Assembly: Fix bug where double-clicking on a joint would unselect the underlying edge.
This commit is contained in:
committed by
Chris Hennes
parent
69dac76a3f
commit
00ca22e2c5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user