mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #112264 from YeldhamDev/inspector_category_size_fix
Fix incorrect category size in `EditorInspector` on style switch
This commit is contained in:
commit
4ca3a9094f
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