#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
parent 0171589c72
commit b7a316589a
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);
}
//--------------------------------------------------------------------------------------------------