1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-03 11:50:27 +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:
Rémi Verschelde
2025-11-01 19:06:37 +01:00

View File

@@ -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: {