mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Fix crash if 3d window is not there when importing summary data
This commit is contained in:
@@ -79,7 +79,7 @@ void RicImportSummaryGroupFeature::onActionTriggered( bool isChecked )
|
||||
|
||||
if ( allCases.size() == 0 )
|
||||
{
|
||||
RiuMainWindow::instance()->close();
|
||||
RiuMainWindow::closeIfOpen();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user