Draft: revert #14206 to fix WP alignment (#14665)

#14206 was an intermediate solution. Now that  `Part.getShape` can handle the new `SubElementNames` it needs to be removed as it breaks the handling of subelements in links.
This commit is contained in:
Roy-043
2024-06-16 16:53:02 +02:00
committed by GitHub
parent 2a6a3649af
commit da2ae11ca0

View File

@@ -1246,7 +1246,7 @@ class PlaneGui(PlaneBase):
if not FreeCAD.GuiUp:
return False
sels = FreeCADGui.Selection.getSelectionEx("", 1)
sels = FreeCADGui.Selection.getSelectionEx("", 0)
if not sels:
return False