From d0ca34ca5384dcba7d3a20cfa179665fb1ed2046 Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Mon, 2 Mar 2015 15:15:28 +0300 Subject: [PATCH] Monor fix (do not reset the progressbar) --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index ce62a46..6b52afd 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -522,7 +522,6 @@ void MainWindow::serialError(QSerialPort::SerialPortError error) ui->connectBtn->setText("Connect"); ui->sendBtn->setDisabled(true); ui->pauseBtn->setDisabled(true); - ui->progressBar->setValue(0); ui->controlBox->setDisabled(true); ui->consoleGroup->setDisabled(true);