You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Core: Add dedicated BitField template
This commit is contained in:
@@ -606,7 +606,7 @@ void QuickOpenResultContainer::handle_search_box_input(const Ref<InputEvent> &p_
|
||||
case Key::RIGHT: {
|
||||
if (content_display_mode == QuickOpenDisplayMode::GRID) {
|
||||
// Maybe strip off the shift modifier to allow non-selecting navigation by character?
|
||||
if (key_event->get_modifiers_mask() == 0) {
|
||||
if (key_event->get_modifiers_mask().is_empty()) {
|
||||
move_selection = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user