#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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user