mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
GMLCompiler: Add enum initializer for button_style property
This patch adds missing enum initializer for button_style property in enum initializer generator in GML compiler.
This commit is contained in:
parent
d2995f7517
commit
1c37385904
Notes:
sideshowbarker
2024-07-16 21:39:23 +09:00
Author: https://github.com/tetektoza Commit: https://github.com/SerenityOS/serenity/commit/1c37385904 Pull-request: https://github.com/SerenityOS/serenity/pull/21230 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ static ErrorOr<Optional<String>> generate_enum_initializer_for(StringView proper
|
|||
{ "foreground_role"sv, "Gfx::ColorRole"sv },
|
||||
{ "frame_style"sv, "Gfx::FrameStyle"sv },
|
||||
{ "text_wrapping"sv, "Gfx::TextWrapping"sv },
|
||||
{ "button_style"sv, "Gfx::ButtonStyle"sv },
|
||||
};
|
||||
|
||||
auto const& enum_type_name = enum_properties.get(property_name);
|
||||
|
|
Loading…
Add table
Reference in a new issue