#4327 Select data set by default when creating grid cross plots

This commit is contained in:
Gaute Lindkvist 2019-04-12 12:31:07 +02:00
parent 3e515e82a8
commit 54a096a660

View File

@ -72,7 +72,7 @@ void RicCreateGridCrossPlotFeature::onActionTriggered(bool isChecked)
collection->updateAllRequiredEditors();
RiaApplication::instance()->getOrCreateAndShowMainPlotWindow();
RiuPlotMainWindowTools::selectAsCurrentItem(plot);
RiuPlotMainWindowTools::selectAsCurrentItem(dataSet);
}
//--------------------------------------------------------------------------------------------------