You've already forked godot
							
							
				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:
		@@ -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: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user