Added init after read for GeoMechView/Case

And finalized moving the caseUserDescription field
All in order to get project load to work. Nearly there. Animation frame
is not restored though.
This commit is contained in:
Jacob Støren
2015-05-16 08:45:50 +02:00
parent 5e44826206
commit 9596f6c0a4
6 changed files with 29 additions and 13 deletions

View File

@@ -450,6 +450,16 @@ void RimGeoMechView::fieldChangedByUi(const caf::PdmFieldHandle* changedField, c
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimGeoMechView::initAfterRead()
{
this->cellResult()->setReservoirView(this);
this->updateUiIconFromToggleField();
}
//--------------------------------------------------------------------------------------------------
///