fixed texture problem

This commit is contained in:
Anakin
2017-01-05 16:18:01 +01:00
parent b58b7c47e5
commit e963b7538e
2 changed files with 4 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ void MainWindow::aboutTool()
void MainWindow::printMessage(QString message, int severity)
{
if (severity < m_curSeverity)
if (!ui->statusBar->currentMessage().isEmpty() && severity < m_curSeverity)
return;
m_curSeverity = severity;