mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Well Log Plot and Well Distribution Plots no longer inherit Multiplot
* Also cleaned up RiuQwtPlotWidget
This commit is contained in:
@@ -176,7 +176,7 @@ void RimWellLogCurve::updateZoomInParentPlot()
|
||||
&maxCurveDepth );
|
||||
if ( minCurveDepth < minPlotDepth - eps * plotRange || maxCurveDepth > maxPlotDepth + eps * plotRange )
|
||||
{
|
||||
wellLogPlot->setAutoScaleYEnabled( true );
|
||||
wellLogPlot->setAutoScaleDepthEnabled( true );
|
||||
wellLogPlot->updateZoom();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user