mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added hide all dockwidgets, used before executing regression tests
p4#: 20442
This commit is contained in:
@@ -765,6 +765,12 @@ bool RIApplication::parseArguments()
|
||||
|
||||
if (isRunRegressionTest)
|
||||
{
|
||||
RIMainWindow* mainWnd = RIMainWindow::instance();
|
||||
if (mainWnd)
|
||||
{
|
||||
mainWnd->hideAllDockWindows();
|
||||
}
|
||||
|
||||
runRegressionTest(regressionTestPath);
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user