Skip to content

Commit f9c38e9

Browse files
committed
Fix incorrect category size in EditorInspector on style switch
1 parent 0870525 commit f9c38e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/inspector/editor_inspector.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,6 +1712,7 @@ void EditorInspectorCategory::_notification(int p_what) {
17121712
EditorInspector::initialize_category_theme(theme_cache, this);
17131713
menu_icon_dirty = true;
17141714
_update_icon();
1715+
update_minimum_size();
17151716
} break;
17161717

17171718
case NOTIFICATION_TRANSLATION_CHANGED: {

0 commit comments

Comments
 (0)