Fixed problem that caused nonworking progress bar in OS X. Oops!

This commit is contained in:
Doug Brown 2012-05-26 14:22:23 -07:00
parent 4d4e33da77
commit 1582190714
1 changed files with 0 additions and 1 deletions

View File

@ -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);