Assembly: deleting a component deletes its joints.

This commit is contained in:
PaddleStroke
2024-06-11 15:37:52 +02:00
committed by Chris Hennes
parent 99aebd8a33
commit 3052760541
3 changed files with 33 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ public:
bool doubleClicked() override;
bool onDelete(const std::vector<std::string>& subNames) override;
bool canDelete(App::DocumentObject* obj) const override;
/** @name enter/exit edit mode */
//@{