Merge pull request #4968 from OPM/feaure-fix-point-picking-in-comparison-view

Fixes several issues from #4857
#4956 Fix List editor background setting
#4880 Fix annotations missing in comparison view
This commit is contained in:
Jacob Støren
2019-11-04 09:44:56 +01:00
committed by GitHub
43 changed files with 489 additions and 382 deletions

View File

@@ -188,7 +188,7 @@ void RimScaleLegendConfig::fieldChangedByUi( const caf::PdmFieldHandle* changedF
viewLinker->updateCellResult();
}
view->updateCurrentTimeStepAndRedraw();
view->updateDisplayModelForCurrentTimeStepAndRedraw();
view->crossSectionCollection()->scheduleCreateDisplayModelAndRedraw2dIntersectionViews();
}