Arch: [skip ci] fix typos

This commit is contained in:
wmayer
2023-01-13 13:30:59 +01:00
parent ca4d093f4c
commit 8466b68400

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