#2130 Zoom all when adding or removing curves.

WellLogTrack will not zoomAll but respect the visible-window setting to avoid overwriting the set zoom on project reload.
This commit is contained in:
Jacob Støren 2017-11-12 13:45:01 +01:00
parent 7f038e98ab
commit fcf5093fb9

View File

@ -603,6 +603,7 @@ void RimWellRftPlot::updateCurvesInPlot(const std::set<RiaRftPltCurveDefinition>
}
m_wellLogPlot->loadDataAndUpdate();
m_wellLogPlot->zoomAll();
}
//--------------------------------------------------------------------------------------------------