mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
(#467) Made sure that track names are updated in source plot after moving tracks
This commit is contained in:
@@ -69,6 +69,7 @@ void RicWellLogPlotTrackFeatureImpl::moveTracksToWellLogPlot(RimWellLogPlot* wel
|
|||||||
if (oldPlot)
|
if (oldPlot)
|
||||||
{
|
{
|
||||||
oldPlot->removeTrack(wellLogPlotTrack);
|
oldPlot->removeTrack(wellLogPlotTrack);
|
||||||
|
oldPlot->updateTrackNames();
|
||||||
oldPlot->updateConnectedEditors();
|
oldPlot->updateConnectedEditors();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user