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

Merge pull request #113246 from channesl/history-error

Fix stale error highlighting when navigating script history
This commit is contained in:
Thaddeus Crews
2025-12-16 20:33:00 -06:00

View File

@@ -3886,6 +3886,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);