Explorar o código

Merge pull request #639 from adolson/disable-auto-switch-resource-tab

Usability: don't switch to resource tab when switching to script tab
Juan Linietsky %!s(int64=11) %!d(string=hai) anos
pai
achega
13f2abacd7
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)
 		if (!ste)
 			return;
 			return;
 		Ref<Script> script = ste->get_edited_script();
 		Ref<Script> script = ste->get_edited_script();
-		editor->call("_resource_selected",script);
 	}
 	}
 }
 }