Skip to content

Commit c3b7d87

Browse files
Pratik AgrawalPratik Agrawal
authored andcommitted
fixed multiple selection of checkboxes
1 parent 199630e commit c3b7d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/src/messages/dialog/preferences_dialog/preferences_dialog_message_handler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ impl PreferencesDialogMessageHandler {
6464
];
6565

6666
let selection_mode_tooltip = "Choose the selection mode for objects in the editor";
67+
6768
let selection_mode_checkboxes = vec![
6869
CheckboxInput::new(matches!(preferences.selection_mode, SelectionMode::Touched))
6970
.tooltip("Select objects that are touched by the selection area")

0 commit comments

Comments
 (0)