#2319 PLT/Well log plot: Remove auto scale on scroll. Make auto scale from file work

This commit is contained in:
Rebecca Cox
2018-01-29 10:17:38 +01:00
committed by Bjørn Erik Jensen
parent e416d6557a
commit 17e38130fc
3 changed files with 23 additions and 7 deletions

View File

@@ -264,6 +264,7 @@ void RiuWellLogPlot::slotSetMinDepth(int value)
double delta = value - minimumDepth;
m_plotDefinition->setDepthZoomMinMax(minimumDepth + delta, maximumDepth + delta);
m_plotDefinition->setDepthAutoZoom(false);
}
//--------------------------------------------------------------------------------------------------