mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
replaced :var by :Variant in documentation, fixes #2897
This commit is contained in:
parent
534c8e74b9
commit
f2183a5e09
12 changed files with 17 additions and 16 deletions
|
@ -2256,6 +2256,7 @@ void ScriptEditor::_history_back(){
|
|||
void ScriptEditor::set_scene_root_script( Ref<Script> p_script ) {
|
||||
|
||||
bool open_dominant = EditorSettings::get_singleton()->get("text_editor/open_dominant_script_on_scene_change");
|
||||
|
||||
if (bool(EditorSettings::get_singleton()->get("external_editor/use_external_editor")))
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue