You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-25 15:37:42 +00:00
Merge pull request #9790 from Noshyaar/pr-req
EditorNode: request_attn when behind other windows
This commit is contained in:
@@ -2518,7 +2518,6 @@ void EditorNode::_menu_option_confirm(int p_option, bool p_confirmed) {
|
||||
}
|
||||
}
|
||||
|
||||
if (OS::get_singleton()->is_window_minimized())
|
||||
OS::get_singleton()->request_attention();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user