Summary Plot : Zoom all when when text filter changes

If a zoom is active, the resulting plot might end up with empty visible content.
This commit is contained in:
Magne Sjaastad 2020-03-06 11:27:55 +01:00
parent 5cacd83e83
commit f181f9bb33

View File

@ -374,6 +374,7 @@ void RimSummaryPlotFilterTextCurveSetEditor::fieldChangedByUi( const caf::PdmFie
parentPlot->applyDefaultCurveAppearances();
parentPlot->loadDataAndUpdate();
parentPlot->zoomAll();
m_isFieldRecentlyChangedFromGui = true;