mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make sure curve names and plot titles are updated using Plot Editor
This commit is contained in:
parent
a3c561b7e5
commit
489b4bf66b
@ -702,8 +702,8 @@ void RicSummaryPlotEditorUi::updateTargetPlot()
|
||||
|
||||
m_targetPlot->loadDataAndUpdate();
|
||||
|
||||
m_targetPlot->updatePlotTitle();
|
||||
m_targetPlot->updateConnectedEditors();
|
||||
m_targetPlot->curvesChanged.send();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -2708,6 +2708,8 @@ bool RimSummaryPlot::handleGlobalKeyEvent( QKeyEvent* keyEvent )
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimSummaryPlot::onCurveCollectionChanged( const SignalEmitter* emitter )
|
||||
{
|
||||
curvesChanged.send();
|
||||
|
||||
updateStackedCurveData();
|
||||
scheduleReplotIfVisible();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user