From e748e25ae1de95fe58cb57c57274790414a2d520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20Hagen?= Date: Thu, 22 Oct 2015 15:17:40 +0200 Subject: [PATCH] (#467) Moving tracks onto a plot means insertion in front of existing tracks --- .../Commands/WellLogCommands/RicWellLogPlotTrackFeatureImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/Commands/WellLogCommands/RicWellLogPlotTrackFeatureImpl.cpp b/ApplicationCode/Commands/WellLogCommands/RicWellLogPlotTrackFeatureImpl.cpp index b7368ca88b..5e96312dfa 100644 --- a/ApplicationCode/Commands/WellLogCommands/RicWellLogPlotTrackFeatureImpl.cpp +++ b/ApplicationCode/Commands/WellLogCommands/RicWellLogPlotTrackFeatureImpl.cpp @@ -72,7 +72,7 @@ void RicWellLogPlotTrackFeatureImpl::moveTracksToWellLogPlot(RimWellLogPlot* wel oldPlot->updateConnectedEditors(); } - wellLogPlot->addTrack(wellLogPlotTrack); + wellLogPlot->insertTrack(wellLogPlotTrack, tIdx); } wellLogPlot->updateTracks();