mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
@@ -83,7 +83,7 @@ public:
|
||||
|
||||
// Overridden methods from PdmObject
|
||||
public:
|
||||
virtual caf::PdmFieldHandle* userDescriptionField() { return &caseUserDescription; }
|
||||
|
||||
protected:
|
||||
virtual void initAfterRead();
|
||||
virtual void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue );
|
||||
|
||||
Reference in New Issue
Block a user