Merge pull request #18942 from Roy-043/Draft-fix-selection-for-FacebinderTaskPanel

Draft: fix selection for FacebinderTaskPanel
This commit is contained in:
Roy-043
2025-01-09 11:25:46 +01:00
committed by GitHub

View File

@@ -1719,7 +1719,7 @@ class FacebinderTaskPanel:
def addElement(self):
if self.obj:
for sel in FreeCADGui.Selection.getSelectionEx():
for sel in FreeCADGui.Selection.getSelectionEx("", 0):
if sel.HasSubObjects:
obj = sel.Object
for elt in sel.SubElementNames: