mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
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:
@@ -383,6 +383,7 @@ bool RimWellEventTimeline::applyEventsUpToDate( const QDateTime& date )
|
||||
// Update views if any events were applied
|
||||
if ( anyEventApplied )
|
||||
{
|
||||
wellPathCollection->updateAllRequiredEditors();
|
||||
RimProject::current()->scheduleCreateDisplayModelAndRedrawAllViews();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user