mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#467) Moving tracks onto a plot means insertion in front of existing tracks
This commit is contained in:
parent
1c1ceb267b
commit
e748e25ae1
@ -72,7 +72,7 @@ void RicWellLogPlotTrackFeatureImpl::moveTracksToWellLogPlot(RimWellLogPlot* wel
|
|||||||
oldPlot->updateConnectedEditors();
|
oldPlot->updateConnectedEditors();
|
||||||
}
|
}
|
||||||
|
|
||||||
wellLogPlot->addTrack(wellLogPlotTrack);
|
wellLogPlot->insertTrack(wellLogPlotTrack, tIdx);
|
||||||
}
|
}
|
||||||
|
|
||||||
wellLogPlot->updateTracks();
|
wellLogPlot->updateTracks();
|
||||||
|
Loading…
Reference in New Issue
Block a user