Restore window layout when regression tests have completed

p4#: 22390
This commit is contained in:
Magne Sjaastad
2013-09-12 09:07:29 +02:00
parent 5cfd4bfe01
commit 1c2e2f86c5
2 changed files with 5 additions and 3 deletions

View File

@@ -865,9 +865,11 @@ bool RiaApplication::parseArguments()
if (mainWnd)
{
mainWnd->hideAllDockWindows();
}
runRegressionTest(regressionTestPath);
runRegressionTest(regressionTestPath);
mainWnd->loadWinGeoAndDockToolBarLayout();
}
return false;
}