Draft: revert #14206 to fix WP alignment

#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-13 18:43:49 +02:00
committed by Yorik van Havre
parent 7a80632a4e
commit 95acbd682e

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