1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

Merge pull request #47791 from Chaosus/fix_doc_theme

Fix doc theme not changing when its changed via settings
This commit is contained in:
Rémi Verschelde
2021-05-24 12:21:55 +02:00
committed by GitHub

View File

@@ -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;