mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix: Validate script when navigating history in script editor
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user