You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix doc theme not changing when its hidding
This commit is contained in:
@@ -1593,7 +1593,7 @@ void EditorHelp::_notification(int p_what) {
|
||||
_update_doc();
|
||||
} break;
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
if (is_visible_in_tree()) {
|
||||
if (is_inside_tree()) {
|
||||
_class_desc_resized();
|
||||
}
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user