Sfoglia il codice sorgente

don't switch to resource tab when switching to script tab

Dana Olson 11 anni fa
parent
commit
e641752911
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      tools/editor/plugins/script_editor_plugin.cpp

+ 0 - 1
tools/editor/plugins/script_editor_plugin.cpp

@@ -1102,7 +1102,6 @@ void ScriptEditor::ensure_select_current() {
 		if (!ste)
 			return;
 		Ref<Script> script = ste->get_edited_script();
-		editor->call("_resource_selected",script);
 	}
 }