mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Keep source step dimension when saving/loading multiplots, including templates
This commit is contained in:
@@ -92,6 +92,8 @@ void RicSaveMultiPlotTemplateFeature::onActionTriggered( bool isChecked )
|
||||
auto plot = selectedSummaryPlot();
|
||||
if ( !plot ) return;
|
||||
|
||||
plot->storeStepDimensionFromToolbar();
|
||||
|
||||
QString ext = ".rpt";
|
||||
if ( selectedSummaryPlot()->curveSets().size() > 0 ) ext = ".erpt";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user