1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Fix: Validate script when navigating history in script editor

This commit is contained in:
Hannes Lindström
2025-11-27 18:19:44 +01:00
parent 3a97723ff2
commit 7504b5cee2

View File

@@ -3878,6 +3878,8 @@ void ScriptEditor::_update_history_pos(int p_new_pos) {
if (scr.is_valid()) {
notify_script_changed(scr);
}
seb->validate();
}
EditorHelp *eh = Object::cast_to<EditorHelp>(n);