You've already forked godot
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:
@@ -1712,6 +1712,7 @@ void EditorInspectorCategory::_notification(int p_what) {
|
|||||||
EditorInspector::initialize_category_theme(theme_cache, this);
|
EditorInspector::initialize_category_theme(theme_cache, this);
|
||||||
menu_icon_dirty = true;
|
menu_icon_dirty = true;
|
||||||
_update_icon();
|
_update_icon();
|
||||||
|
update_minimum_size();
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
case NOTIFICATION_TRANSLATION_CHANGED: {
|
case NOTIFICATION_TRANSLATION_CHANGED: {
|
||||||
|
|||||||
Reference in New Issue
Block a user