You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge branch 'master' of https://github.com/godotengine/godot
This commit is contained in:
@@ -605,6 +605,7 @@ void ScriptEditor::_show_debugger(bool p_show) {
|
||||
|
||||
debug_menu->get_popup()->set_item_checked( debug_menu->get_popup()->get_item_index(DEBUG_SHOW), p_show);
|
||||
|
||||
debugger->set_always_visible(p_show);
|
||||
}
|
||||
|
||||
void ScriptEditor::_script_created(Ref<Script> p_script) {
|
||||
@@ -1350,7 +1351,6 @@ void ScriptEditor::_menu_option(int p_option) {
|
||||
debugger->debug_continue();
|
||||
|
||||
} break;
|
||||
|
||||
case HELP_CONTEXTUAL: {
|
||||
String text = current->get_text_edit()->get_selection_text();
|
||||
if (text == "")
|
||||
|
||||
Reference in New Issue
Block a user