Fixed issue #419. Message in footer obsolete.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-12-18 14:01:13 +02:00
parent b2ec130d7e
commit af5a74badd

View File

@ -256,6 +256,7 @@ void MainWindow::AddPP(const QString &PPName)
ui->view->NewFactor(ui->view->transform().m11());
ui->actionNewDraw->setEnabled(true);
helpLabel->setText("");
}
//---------------------------------------------------------------------------------------------------------------------