#8180 Python : Make orientation scriptable

This commit is contained in:
Magne Sjaastad
2021-10-25 11:40:30 +02:00
parent fbc8300210
commit e4d84675c5
3 changed files with 27 additions and 27 deletions

View File

@@ -681,7 +681,6 @@ public:
return enumTexts;
}
// Xml Serializing
private:
PdmField<caf::AppEnum<DataType>>* m_field;
};