mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
Popups are now windows also (broken!)
This commit is contained in:
parent
543fb1c4da
commit
441f1a5fe9
159 changed files with 3311 additions and 3285 deletions
|
|
@ -54,7 +54,6 @@ DebuggerEditorPlugin::DebuggerEditorPlugin(EditorNode *p_editor, MenuButton *p_d
|
|||
// Main editor debug menu.
|
||||
debug_menu = p_debug_menu;
|
||||
PopupMenu *p = debug_menu->get_popup();
|
||||
p->set_hide_on_window_lose_focus(true);
|
||||
p->set_hide_on_checkable_item_selection(false);
|
||||
p->add_check_shortcut(ED_SHORTCUT("editor/deploy_with_remote_debug", TTR("Deploy with Remote Debug")), RUN_DEPLOY_REMOTE_DEBUG);
|
||||
p->set_item_tooltip(p->get_item_count() - 1, TTR("When exporting or deploying, the resulting executable will attempt to connect to the IP of this computer in order to be debugged."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue