#2549 2dIntersectionView. Update view when modifying branch detection and interpol type

This commit is contained in:
Bjørn Erik Jensen
2018-03-08 16:48:21 +01:00
parent 3feaa55d02
commit 8bd37b3411
3 changed files with 6 additions and 7 deletions

View File

@@ -415,6 +415,8 @@ void RimSimWellInViewCollection::fieldChangedByUi(const caf::PdmFieldHandle* cha
{
m_reservoirView->scheduleSimWellGeometryRegen();
m_reservoirView->scheduleCreateDisplayModelAndRedraw();
for (RimSimWellInView* w : wells) w->schedule2dIntersectionViewUpdate();
}
else if (&showWellsIntersectingVisibleCells == changedField)
{