mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#2319 PLT/Well log plot: Remove auto scale on scroll. Make auto scale from file work
This commit is contained in:
@@ -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