Closed rmDevNull closed 7 months ago
To allow use of scoped enums, direct cast to int is required
Change gt_enumproperty.h:158 to
GtModeProperty::setVal(getMetaEnum().valueToKey(static_cast<int>(value)), success);
To allow use of scoped enums, direct cast to int is required
Change gt_enumproperty.h:158 to