implement init on read

This commit is contained in:
Thomas Kunze 2019-02-15 20:23:52 +01:00
parent 4d6ac94396
commit c902ba5599

View File

@ -116,6 +116,9 @@ bool GroupObjectTableObject::initGroupObjects()
go._table = this;
if (go._dataLength != go.goSize())
return false;
if (go.valueReadOnInit())
go.requestObjectRead();
}
return true;