(#395) Added support for control of geo mech results

This commit is contained in:
Magne Sjaastad
2015-08-27 14:57:04 +02:00
parent 3ef65ab8f9
commit b7d04375c8
5 changed files with 105 additions and 21 deletions

View File

@@ -149,7 +149,7 @@ void RimEclipseResultDefinition::fieldChangedByUi(const caf::PdmFieldHandle* cha
this->firstAnchestorOrThisOfType(view);
if (view)
{
view->managedViewCollection->updateResult(this);
view->managedViewCollection->updateCellResult();
}
}