mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#654) Added autoscale toggle to WellLog Tracks.
This commit is contained in:
@@ -132,7 +132,7 @@ void RicDeleteItemExec::redo()
|
||||
parentObj->firstAnchestorOrThisOfType(wellLogPlotTrack);
|
||||
if (wellLogPlotTrack)
|
||||
{
|
||||
wellLogPlotTrack->zoomAllXAxis();
|
||||
wellLogPlotTrack->zoomAllXAxisIfAutoScale();
|
||||
}
|
||||
|
||||
// Update due to delete plots
|
||||
|
||||
Reference in New Issue
Block a user