Assembly: Fix bug where double-clicking on a joint would unselect the underlying edge.

This commit is contained in:
PaddleStroke
2024-08-06 17:28:30 +02:00
committed by Chris Hennes
parent 69dac76a3f
commit 00ca22e2c5
2 changed files with 46 additions and 27 deletions

View File

@@ -170,6 +170,7 @@ public:
bool canDragObjectIn3d(App::DocumentObject* obj) const;
bool getSelectedObjectsWithinAssembly(bool addPreselection = true, bool onlySolids = false);
App::DocumentObject* getSelectedJoint();
/// Get the python wrapper for that ViewProvider
PyObject* getPyObject() override;