Skip to content

Commit

Permalink
Send curvesChanged signal to trigger multi plot updates
Browse files Browse the repository at this point in the history
This signal will trigger update of axes and set correct scaling factor
  • Loading branch information
magnesj committed Sep 25, 2023
1 parent 9fcd817 commit 7203f83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ void RimSummaryPlot::disconnectCurveSignals( RimSummaryCurve* curve )
//--------------------------------------------------------------------------------------------------
void RimSummaryPlot::curveDataChanged( const caf::SignalEmitter* emitter )
{
loadDataAndUpdate();
curvesChanged.send();
}

//--------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 7203f83

Please sign in to comment.