1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix incorrect category size in EditorInspector on style switch

This commit is contained in:
Michael Alexsander
2025-10-31 19:05:42 -03:00
parent 08705259f2
commit f9c38e9a09

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