Avoid call to updateConnectedEditors from updatePlotTitle

This commit is contained in:
Magne Sjaastad
2017-12-14 15:04:14 +01:00
parent 603f63a773
commit 3b9e7d0106
3 changed files with 4 additions and 2 deletions

View File

@@ -667,6 +667,7 @@ void RimSummaryCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
{
plot->updateAxes();
plot->updatePlotTitle();
plot->updateConnectedEditors();
}
else if (changedField == &m_plotAxis)
{
@@ -807,6 +808,7 @@ void RimSummaryCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
plot->updateAxes();
plot->updatePlotTitle();
plot->updateConnectedEditors();
}
if (&m_showCurve == changedField)