From 3e0cda4dba4cece546cd08046fea72e600346070 Mon Sep 17 00:00:00 2001 From: Jon Jenssen Date: Wed, 3 Aug 2022 14:01:51 +0200 Subject: [PATCH] Make sure project tree is updated on ensemble curve copy/paste --- .../SummaryPlotCommands/RicPasteEnsembleCurveSetFeature.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationLibCode/Commands/SummaryPlotCommands/RicPasteEnsembleCurveSetFeature.cpp b/ApplicationLibCode/Commands/SummaryPlotCommands/RicPasteEnsembleCurveSetFeature.cpp index e67f79f40e..3515d81ed8 100644 --- a/ApplicationLibCode/Commands/SummaryPlotCommands/RicPasteEnsembleCurveSetFeature.cpp +++ b/ApplicationLibCode/Commands/SummaryPlotCommands/RicPasteEnsembleCurveSetFeature.cpp @@ -112,6 +112,7 @@ void RicPasteEnsembleCurveSetFeature::onActionTriggered( bool isChecked ) if ( plot ) { plot->updateAll(); + plot->updateConnectedEditors(); } coll->updateConnectedEditors();