You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Save history when goto script line in the text editor.
This commit is contained in:
@@ -439,6 +439,8 @@ void ScriptEditor::_goto_script_line(Ref<RefCounted> p_script, int p_line) {
|
|||||||
} else if (current) {
|
} else if (current) {
|
||||||
current->goto_line(p_line, true);
|
current->goto_line(p_line, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_save_history();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user