mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix incorrect category size in EditorInspector on style switch
This commit is contained in:
parent
08705259f2
commit
f9c38e9a09
1 changed files with 1 additions and 0 deletions
|
|
@ -1712,6 +1712,7 @@ void EditorInspectorCategory::_notification(int p_what) {
|
|||
EditorInspector::initialize_category_theme(theme_cache, this);
|
||||
menu_icon_dirty = true;
|
||||
_update_icon();
|
||||
update_minimum_size();
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_TRANSLATION_CHANGED: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue