You've already forked godot
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:
@@ -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