Make sure project tree is updated on ensemble curve copy/paste

This commit is contained in:
Jon Jenssen
2022-08-03 14:01:51 +02:00
committed by Magne Sjaastad
parent d7346c077b
commit 040933b8a9

View File

@@ -112,6 +112,7 @@ void RicPasteEnsembleCurveSetFeature::onActionTriggered( bool isChecked )
if ( plot )
{
plot->updateAll();
plot->updateConnectedEditors();
}
coll->updateConnectedEditors();