You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-30 18:30:54 +00:00
Merge pull request #113246 from channesl/history-error
Fix stale error highlighting when navigating script history
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user