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:
parent
3e515e82a8
commit
54a096a660
@ -72,7 +72,7 @@ void RicCreateGridCrossPlotFeature::onActionTriggered(bool isChecked)
|
||||
|
||||
collection->updateAllRequiredEditors();
|
||||
RiaApplication::instance()->getOrCreateAndShowMainPlotWindow();
|
||||
RiuPlotMainWindowTools::selectAsCurrentItem(plot);
|
||||
RiuPlotMainWindowTools::selectAsCurrentItem(dataSet);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user