Codegen fixes, DPI scaling, SVG icons

This commit is contained in:
Jack Andersen
2019-05-26 15:29:10 -10:00
parent 9f94db6c82
commit d593500e18
195 changed files with 1720 additions and 192 deletions

View File

@@ -94,7 +94,7 @@ public:
virtual void InitFromArchetype(IProperty* pOther)
{
base::InitFromArchetype(pOther);
TTypedProperty<int32, TypeEnum>::InitFromArchetype(pOther);
TEnumPropertyBase* pOtherEnum = static_cast<TEnumPropertyBase*>(pOther);
mValues = pOtherEnum->mValues;
}