Merge pull request #112141 from YeldhamDev/whats_up_doc

Update documentation pages when switching themes
This commit is contained in:
Thaddeus Crews 2025-10-29 13:13:50 -05:00
commit e5e2c06c27
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

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();