(#467) Made sure that track names are updated in source plot after moving tracks

This commit is contained in:
Pål Hagen 2015-10-22 15:21:44 +02:00
parent e748e25ae1
commit e32b76b2af

View File

@ -69,6 +69,7 @@ void RicWellLogPlotTrackFeatureImpl::moveTracksToWellLogPlot(RimWellLogPlot* wel
if (oldPlot)
{
oldPlot->removeTrack(wellLogPlotTrack);
oldPlot->updateTrackNames();
oldPlot->updateConnectedEditors();
}