From 1582190714e99fc18b5591b1b100b91ac2f96900 Mon Sep 17 00:00:00 2001 From: Doug Brown Date: Sat, 26 May 2012 14:22:23 -0700 Subject: [PATCH] Fixed problem that caused nonworking progress bar in OS X. Oops! --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 544e6d7..ba68de8 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -48,7 +48,6 @@ MainWindow::MainWindow(QWidget *parent) : ui->writeToSIMMButton->setEnabled(false); ui->readFromSIMMButton->setEnabled(false); ui->progressBar->setValue(0); - ui->progressBar->setEnabled(false); ui->statusLabel->setText(""); ui->cancelButton->setEnabled(false);