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:
parent
52c1f27ad2
commit
1321b0d754
@ -593,7 +593,12 @@ void RimWellLogPlot::defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering&
|
||||
void RimWellLogPlot::onLoadDataAndUpdate()
|
||||
{
|
||||
updateMdiWindowVisibility();
|
||||
|
||||
bool tempAutoScale = m_isAutoScaleDepthEnabled;
|
||||
m_isAutoScaleDepthEnabled = false;
|
||||
updateTracks();
|
||||
|
||||
m_isAutoScaleDepthEnabled = tempAutoScale;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user