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();