diff --git a/editor/doc/editor_help.cpp b/editor/doc/editor_help.cpp index 7050a98e027a..b86c5154fc4d 100644 --- a/editor/doc/editor_help.cpp +++ b/editor/doc/editor_help.cpp @@ -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();