You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Open sub-windows as embedded if the OS does not support them
This commit is contained in:
@@ -5718,7 +5718,7 @@ void SpatialEditor::snap_selected_nodes_to_floor() {
|
||||
|
||||
void SpatialEditor::_unhandled_key_input(Ref<InputEvent> p_event) {
|
||||
|
||||
if (!is_visible_in_tree() || get_viewport()->gui_has_modal_stack())
|
||||
if (!is_visible_in_tree())
|
||||
return;
|
||||
|
||||
snap_key_enabled = InputFilter::get_singleton()->is_key_pressed(KEY_CONTROL);
|
||||
|
||||
Reference in New Issue
Block a user