#588 GeoMech Color result: Make active result visible in property editor when selecting a object ofType/containing Result definition

This commit is contained in:
Rebecca Cox
2018-02-13 10:49:26 +01:00
parent b8c9989d0b
commit b49396b88c
2 changed files with 13 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ private:
caf::PdmField<bool> m_isTimeLapseResultUiField;
caf::PdmField<int> m_timeLapseBaseTimestepUiField;
caf::PdmPointer<RimGeoMechCase> m_geomCase;
bool m_isChangedByField;
};