mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:57:44 +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
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
Add a link
Reference in a new issue