mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4847 Move setFixedWindowSizeFor3dViews to RiuMainWindowTools
This commit is contained in:
@@ -867,8 +867,7 @@ RiaApplication::ApplicationStatus RiaGuiApplication::handleArguments( cvf::Progr
|
||||
|
||||
if ( snapshotHeight > -1 && snapshotWidth > -1 )
|
||||
{
|
||||
QSize windowSize( snapshotWidth, snapshotHeight );
|
||||
RiaRegressionTestRunner::setFixedWindowSizeFor3dViews( windowSize );
|
||||
RiuMainWindowTools::setFixedWindowSizeFor3dViews( mainWnd, snapshotWidth, snapshotHeight );
|
||||
}
|
||||
|
||||
processEvents();
|
||||
|
||||
Reference in New Issue
Block a user