mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 23:42:53 +03: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: https://github.com/SerenityOS/serenity/commit/64e79a618b Pull-request: https://github.com/SerenityOS/serenity/pull/22512 Reviewed-by: https://github.com/timschumi ✅
@ -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…
Reference in New Issue
Block a user