mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fwk: Moved function call out of initAfterRead
This commit is contained in:
parent
e31d3c8807
commit
da108bfb03
@ -113,6 +113,7 @@ void PdmObjectGroup::initAfterReadTraversal(PdmObject* object)
|
||||
}
|
||||
|
||||
object->initAfterRead();
|
||||
object->updateUiIconFromToggleField();
|
||||
}
|
||||
|
||||
|
||||
|
@ -198,7 +198,7 @@ public:
|
||||
protected: // Virtual
|
||||
/// Method gets called from PdmDocument after all objects are read.
|
||||
/// Re-implement to set up internal pointers etc. in your data structure
|
||||
virtual void initAfterRead() { updateUiIconFromToggleField(); };
|
||||
virtual void initAfterRead() {};
|
||||
|
||||
/// Method gets called from PdmDocument before saving document.
|
||||
/// Re-implement to make sure your fields have correct data before saving
|
||||
|
Loading…
Reference in New Issue
Block a user