Merge pull request #9790 from Noshyaar/pr-req

EditorNode: request_attn when behind other windows
This commit is contained in:
Rémi Verschelde 2017-07-23 13:15:52 +02:00 committed by GitHub
commit 21497bd501

View file

@ -2518,8 +2518,7 @@ void EditorNode::_menu_option_confirm(int p_option, bool p_confirmed) {
}
}
if (OS::get_singleton()->is_window_minimized())
OS::get_singleton()->request_attention();
OS::get_singleton()->request_attention();
break;
}