#2831 StatusBar : Hide statusBar during regression test execution

This commit is contained in:
Magne Sjaastad
2018-04-27 12:40:46 +02:00
parent f1fbe4d8ac
commit 23c439fe6b
3 changed files with 6 additions and 4 deletions

View File

@@ -176,14 +176,14 @@ void RiuMainWindow::initializeGuiNewProjectLoaded()
m_processMonitor->slotClearTextEdit();
if (statusBar())
if (statusBar() && !RiaRegressionTestRunner::instance()->isRunningRegressionTests())
{
statusBar()->showMessage("Ready ...");
}
}
//--------------------------------------------------------------------------------------------------
///
///
//--------------------------------------------------------------------------------------------------
void RiuMainWindow::cleanupGuiCaseClose()
{