mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4327 Select data set by default when creating grid cross plots
This commit is contained in:
@@ -72,7 +72,7 @@ void RicCreateGridCrossPlotFeature::onActionTriggered(bool isChecked)
|
|||||||
|
|
||||||
collection->updateAllRequiredEditors();
|
collection->updateAllRequiredEditors();
|
||||||
RiaApplication::instance()->getOrCreateAndShowMainPlotWindow();
|
RiaApplication::instance()->getOrCreateAndShowMainPlotWindow();
|
||||||
RiuPlotMainWindowTools::selectAsCurrentItem(plot);
|
RiuPlotMainWindowTools::selectAsCurrentItem(dataSet);
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user