Make sure curve names and plot titles are updated using Plot Editor

This commit is contained in:
Magne Sjaastad
2022-09-15 08:19:41 +02:00
parent 99f17f1818
commit 69f7c23ce4
2 changed files with 3 additions and 1 deletions
@@ -2708,6 +2708,8 @@ bool RimSummaryPlot::handleGlobalKeyEvent( QKeyEvent* keyEvent )
//--------------------------------------------------------------------------------------------------
void RimSummaryPlot::onCurveCollectionChanged( const SignalEmitter* emitter )
{
curvesChanged.send();
updateStackedCurveData();
scheduleReplotIfVisible();