diff --git a/src/bonsai/bonsai/bim/module/model/polyline.py b/src/bonsai/bonsai/bim/module/model/polyline.py index 4f2845fe01..d3700714de 100644 --- a/src/bonsai/bonsai/bim/module/model/polyline.py +++ b/src/bonsai/bonsai/bim/module/model/polyline.py @@ -173,7 +173,7 @@ class PolylineOperator: context.workspace.status_text_set(self.instructions + custom_instructions + self.snap_info) def handle_lock_axis(self, context, event): - if event.value == "PRESS" and event.type in {"L", "A"}: + if event.value == "PRESS" and event.type == "A": self.tool_state.lock_axis = False if self.tool_state.lock_axis else True self.tool_state.snap_angle = self.input_ui.get_number_value("WORLD_ANGLE") # Round to the closest 5