mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#467) Made sure that track names are updated in source plot after moving tracks
This commit is contained in:
parent
e748e25ae1
commit
e32b76b2af
@ -69,6 +69,7 @@ void RicWellLogPlotTrackFeatureImpl::moveTracksToWellLogPlot(RimWellLogPlot* wel
|
||||
if (oldPlot)
|
||||
{
|
||||
oldPlot->removeTrack(wellLogPlotTrack);
|
||||
oldPlot->updateTrackNames();
|
||||
oldPlot->updateConnectedEditors();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user