mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2267 Summary Plot : Remove wrong call to updatePlotTitle
This commit is contained in:
@@ -666,6 +666,7 @@ void RimSummaryCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
|
||||
else if (&m_showCurve == changedField)
|
||||
{
|
||||
plot->updateAxes();
|
||||
plot->updatePlotTitle();
|
||||
}
|
||||
else if (changedField == &m_plotAxis)
|
||||
{
|
||||
@@ -805,6 +806,7 @@ void RimSummaryCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
|
||||
this->loadDataAndUpdate(true);
|
||||
|
||||
plot->updateAxes();
|
||||
plot->updatePlotTitle();
|
||||
}
|
||||
|
||||
if (&m_showCurve == changedField)
|
||||
|
||||
@@ -152,8 +152,6 @@ void RimSummaryPlot::updateAxes()
|
||||
{
|
||||
updateTimeAxis();
|
||||
}
|
||||
|
||||
updatePlotTitle();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user