TechDraw: Fix balloon annotation unlinked after undo-redo (#22805)

* TechDraw: remove then add balloon annotation when changing the SourceView

* Use fixSceneDependencies
This commit is contained in:
theo-vt
2025-08-18 11:37:02 -04:00
committed by GitHub
parent c15cfd6615
commit 10ae4de2f2
3 changed files with 13 additions and 4 deletions

View File

@@ -82,6 +82,8 @@ public:
Base::Vector3d getOriginOffset() const;
App::PropertyLink *getOwnerProperty() override { return &SourceView; }
protected:
void onChanged(const App::Property* prop) override;
void handleChangedPropertyType(Base::XMLReader& reader, const char* TypeName,