Skip to content

Commit 4ca3a90

Browse files
committed
Merge pull request #112264 from YeldhamDev/inspector_category_size_fix
Fix incorrect category size in `EditorInspector` on style switch
2 parents f900c20 + f9c38e9 commit 4ca3a90

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)