#2429, #2430. Display perforations correctly

This commit is contained in:
Bjørn Erik Jensen
2018-01-31 15:34:50 +01:00
parent fa66cf14cd
commit 60afae10ad
6 changed files with 26 additions and 2 deletions
@@ -320,6 +320,13 @@ void RimSimWellInViewCollection::fieldChangedByUi(const caf::PdmFieldHandle* cha
if (&isActive == changedField)
{
this->updateUiIconFromToggleField();
RimView* view;
firstAncestorOrThisOfType(view);
if (view)
{
view->hasUserRequestedAnimation = true;
}
}
if (&m_showWellLabel == changedField)