RimWellEventTimeline: Update editors when applying events

Ensure that the well path collection's editors are updated whenever events are applied to the timeline, keeping the UI synchronized with model changes.
This commit is contained in:
Magne Sjaastad
2026-03-12 10:37:35 +01:00
parent 334ccc3a66
commit 5ea450494a
@@ -383,6 +383,7 @@ bool RimWellEventTimeline::applyEventsUpToDate( const QDateTime& date )
// Update views if any events were applied
if ( anyEventApplied )
{
wellPathCollection->updateAllRequiredEditors();
RimProject::current()->scheduleCreateDisplayModelAndRedrawAllViews();
}