diff --git a/Meta/Lagom/Tools/CodeGenerators/GMLCompiler/main.cpp b/Meta/Lagom/Tools/CodeGenerators/GMLCompiler/main.cpp index e0d925ea98..4e522e0636 100644 --- a/Meta/Lagom/Tools/CodeGenerators/GMLCompiler/main.cpp +++ b/Meta/Lagom/Tools/CodeGenerators/GMLCompiler/main.cpp @@ -174,6 +174,7 @@ static ErrorOr> generate_enum_initializer_for(StringView proper static HashMap enum_properties = { { "text_alignment"sv, "Gfx::TextAlignment"sv }, { "focus_policy"sv, "GUI::FocusPolicy"sv }, + { "background_role"sv, "Gfx::ColorRole"sv }, { "foreground_role"sv, "Gfx::ColorRole"sv }, { "frame_style"sv, "Gfx::FrameStyle"sv }, { "text_wrapping"sv, "Gfx::TextWrapping"sv },