Arch: [skip ci] fix typos

This commit is contained in:
wmayer
2023-01-13 13:30:59 +01:00
parent cee14a6dd7
commit a24323767f

View File

@@ -882,7 +882,7 @@ class ViewProviderBuildingPart:
def setEdit(self, vobj, mode):
# For some reason mode is always 0.
# Using FreeCADGui.getUserEditMode() as a workaound.
# Using FreeCADGui.getUserEditMode() as a workaround.
if FreeCADGui.getUserEditMode() in ("Transform", "Cutting"):
return None
@@ -891,7 +891,7 @@ class ViewProviderBuildingPart:
def unsetEdit(self, vobj, mode):
# For some reason mode is always 0.
# Using FreeCADGui.getUserEditMode() as a workaound.
# Using FreeCADGui.getUserEditMode() as a workaround.
if FreeCADGui.getUserEditMode() in ("Transform", "Cutting"):
return None