TechDraw: fix leader positioning (snapping) (#24468)

* [TD]specialize leader snap handling

* [TD]fix leader live update regression

* [TD]QGTracker code clean-up
This commit is contained in:
WandererFan
2025-10-13 12:21:31 -04:00
committed by GitHub
parent 54c2470027
commit 489e3ca6fc
5 changed files with 29 additions and 51 deletions

View File

@@ -127,6 +127,8 @@ public:
static bool isProjGroupItem(DrawViewPart* item);
virtual bool snapsToPosition() const { return true; }
protected:
void onBeforeChange(const App::Property *prop) override;
void onChanged(const App::Property* prop) override;