mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 21:12:26 +00:00
GMLCompiler: Add enum initializer for orientation
This commit is contained in:
parent
0a1a081d8a
commit
64e79a618b
Notes:
sideshowbarker
2024-07-17 07:08:37 +09:00
Author: https://github.com/mrunix00
Commit: 64e79a618b
Pull-request: https://github.com/SerenityOS/serenity/pull/22512
Reviewed-by: https://github.com/timschumi ✅
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