mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2831 StatusBar : Hide statusBar during regression test execution
This commit is contained in:
@@ -176,14 +176,14 @@ void RiuMainWindow::initializeGuiNewProjectLoaded()
|
||||
|
||||
m_processMonitor->slotClearTextEdit();
|
||||
|
||||
if (statusBar())
|
||||
if (statusBar() && !RiaRegressionTestRunner::instance()->isRunningRegressionTests())
|
||||
{
|
||||
statusBar()->showMessage("Ready ...");
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuMainWindow::cleanupGuiCaseClose()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user