Fem: Use pyViewObject base member in getPyObject methods

This commit is contained in:
marioalexis
2024-08-18 17:53:24 -03:00
committed by Chris Hennes
parent ce40d344a7
commit abef50a518
4 changed files with 8 additions and 13 deletions

View File

@@ -145,8 +145,6 @@ private:
static App::PropertyFloatConstraint::Constraints floatRange;
static const char* colorModeEnum[];
Py::Object PythonObject;
protected:
/// get called by the container whenever a property has been changed
void onChanged(const App::Property* prop) override;