(#467) Moving tracks onto a plot means insertion in front of existing tracks

This commit is contained in:
Pål Hagen 2015-10-22 15:17:40 +02:00
parent 1c1ceb267b
commit e748e25ae1

View File

@ -72,7 +72,7 @@ void RicWellLogPlotTrackFeatureImpl::moveTracksToWellLogPlot(RimWellLogPlot* wel
oldPlot->updateConnectedEditors(); oldPlot->updateConnectedEditors();
} }
wellLogPlot->addTrack(wellLogPlotTrack); wellLogPlot->insertTrack(wellLogPlotTrack, tIdx);
} }
wellLogPlot->updateTracks(); wellLogPlot->updateTracks();