mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5051 Fix Well Log Plot zoom with scrolling with scrollbar
This commit is contained in:
@@ -127,7 +127,7 @@ void RiuWellLogPlot::slotSetMinDepth( int value )
|
||||
{
|
||||
double minimumDepth;
|
||||
double maximumDepth;
|
||||
wellLogPlotDefinition()->availableDepthRange( &minimumDepth, &maximumDepth );
|
||||
wellLogPlotDefinition()->visibleDepthRange( &minimumDepth, &maximumDepth );
|
||||
|
||||
double delta = value - minimumDepth;
|
||||
wellLogPlotDefinition()->setDepthAxisRange( minimumDepth + delta, maximumDepth + delta );
|
||||
|
||||
Reference in New Issue
Block a user