Update documentation pages when switching themes

This commit is contained in:
Michael Alexsander 2025-10-28 22:34:27 -03:00
parent 2cb2c1fb5b
commit 6353f0385b
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA

View file

@ -3315,6 +3315,12 @@ void EditorHelp::_notification(int p_what) {
case NOTIFICATION_THEME_CHANGED: {
if (is_inside_tree()) {
if (is_visible_in_tree()) {
_update_doc();
} else {
update_pending = true;
}
_class_desc_resized(true);
}
update_toggle_files_button();