mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Restore window layout when regression tests have completed
p4#: 22390
This commit is contained in:
@@ -865,9 +865,11 @@ bool RiaApplication::parseArguments()
|
||||
if (mainWnd)
|
||||
{
|
||||
mainWnd->hideAllDockWindows();
|
||||
}
|
||||
|
||||
runRegressionTest(regressionTestPath);
|
||||
runRegressionTest(regressionTestPath);
|
||||
|
||||
mainWnd->loadWinGeoAndDockToolBarLayout();
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user