mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix crash if 3d window is not there when importing summary data
This commit is contained in:
@@ -130,7 +130,7 @@ void RicImportEnsembleFeature::importSingleEnsemble( const QStringList&
|
||||
|
||||
if ( allCases.size() == 0 )
|
||||
{
|
||||
RiuMainWindow::instance()->close();
|
||||
RiuMainWindow::closeIfOpen();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user