mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2319 PLT/Well log plot: Remove auto scale on scroll. Make auto scale from file work
This commit is contained in:
committed by
Bjørn Erik Jensen
parent
e416d6557a
commit
17e38130fc
@@ -264,6 +264,7 @@ void RiuWellLogPlot::slotSetMinDepth(int value)
|
||||
|
||||
double delta = value - minimumDepth;
|
||||
m_plotDefinition->setDepthZoomMinMax(minimumDepth + delta, maximumDepth + delta);
|
||||
m_plotDefinition->setDepthAutoZoom(false);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user