mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
parent
5cacd83e83
commit
f181f9bb33
@ -374,6 +374,7 @@ void RimSummaryPlotFilterTextCurveSetEditor::fieldChangedByUi( const caf::PdmFie
|
|||||||
|
|
||||||
parentPlot->applyDefaultCurveAppearances();
|
parentPlot->applyDefaultCurveAppearances();
|
||||||
parentPlot->loadDataAndUpdate();
|
parentPlot->loadDataAndUpdate();
|
||||||
|
parentPlot->zoomAll();
|
||||||
|
|
||||||
m_isFieldRecentlyChangedFromGui = true;
|
m_isFieldRecentlyChangedFromGui = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user