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 26, 2023
1 parent 0abdce2 commit 9a95974
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 9a95974

Please sign in to comment.