mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:52:45 +00:00 
			
		
		
		
	GMLCompiler: Add enum initializer for orientation
This commit is contained in:
		
							parent
							
								
									0a1a081d8a
								
							
						
					
					
						commit
						64e79a618b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -183,6 +183,7 @@ static ErrorOr<Optional<String>> generate_enum_initializer_for(StringView proper | |||
|         { "button_style"sv, "Gfx::ButtonStyle"sv }, | ||||
|         { "mode"sv, "GUI::TextEditor::Mode"sv }, | ||||
|         { "font_weight"sv, "Gfx::FontWeight"sv }, | ||||
|         { "orientation"sv, "Gfx::Orientation"sv }, | ||||
|     }; | ||||
| 
 | ||||
|     auto const& enum_type_name = enum_properties.get(property_name); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Mr.UNIX
						Mr.UNIX