mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Forward wellLogTrack::zoomAll to depth track plot
This commit is contained in:
@@ -1966,9 +1966,10 @@ QImage RimWellLogTrack::snapshotWindowContent()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellLogTrack::zoomAll()
|
||||
{
|
||||
setAutoScalePropertyValuesEnabled( true );
|
||||
setAutoScaleDepthValuesEnabled( true );
|
||||
updateZoomInParentPlot();
|
||||
RimDepthTrackPlot* plot = nullptr;
|
||||
firstAncestorOrThisOfType( plot );
|
||||
|
||||
if ( plot ) plot->zoomAll();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user