diff --git a/src/Mod/BIM/bimcommands/BimWall.py b/src/Mod/BIM/bimcommands/BimWall.py index fecef4a388..b4b7e836bd 100644 --- a/src/Mod/BIM/bimcommands/BimWall.py +++ b/src/Mod/BIM/bimcommands/BimWall.py @@ -373,6 +373,7 @@ class Arch_Wall: inputWidth.returnPressed.connect(inputHeight.setFocus) inputWidth.returnPressed.connect(inputHeight.selectAll) inputHeight.returnPressed.connect(self.createFromGUI) + inputOffset.returnPressed.connect(self.createFromGUI) return w