mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
In RimWellLogPlot: Keep custom zoom factors on load and update
This commit is contained in:
@@ -593,7 +593,12 @@ void RimWellLogPlot::defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering&
|
|||||||
void RimWellLogPlot::onLoadDataAndUpdate()
|
void RimWellLogPlot::onLoadDataAndUpdate()
|
||||||
{
|
{
|
||||||
updateMdiWindowVisibility();
|
updateMdiWindowVisibility();
|
||||||
|
|
||||||
|
bool tempAutoScale = m_isAutoScaleDepthEnabled;
|
||||||
|
m_isAutoScaleDepthEnabled = false;
|
||||||
updateTracks();
|
updateTracks();
|
||||||
|
|
||||||
|
m_isAutoScaleDepthEnabled = tempAutoScale;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user