TechDraw: Enable drag and drop to and from clip groups.

Remove TechDraw_ClipGroupAdd and TechDraw_ClipGroupRemove from the UI.
This commit is contained in:
PaddleStroke
2024-03-20 20:37:09 +01:00
committed by WandererFan
parent 3443e61b47
commit bba0bf1f40
3 changed files with 45 additions and 22 deletions

View File

@@ -56,6 +56,8 @@ public:
bool canDelete(App::DocumentObject* obj) const override;
void dragObject(App::DocumentObject* docObj) override;
void dropObject(App::DocumentObject* docObj) override;
};
} // namespace TechDrawGui