Merge pull request #113246 from channesl/history-error
Fix stale error highlighting when navigating script history
This commit is contained in:
commit
e6b37bdb9a
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue