App: fix endless-loop in DocumentObject::getParents

This commit is contained in:
wmayer
2022-11-17 19:05:32 +01:00
parent e10b23ca70
commit 1f83094b44
2 changed files with 56 additions and 23 deletions

View File

@@ -614,6 +614,9 @@ protected:
/// get called when a property status has changed
void onPropertyStatusChanged(const Property &prop, unsigned long oldStatus) override;
private:
void printInvalidLinks() const;
/// python object of this class and all descendent
protected: // attributes
Py::SmartPtr PythonObject;