Draft: fix selection for FacebinderTaskPanel

See:
https://forum.freecad.org/viewtopic.php?t=93682
This commit is contained in:
Roy-043
2025-01-08 14:36:07 +01:00
parent c420316903
commit 89b95fc938

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: