GMLCompiler: Add OpacitySlider header to class file mappings

This commit is contained in:
Mr.UNIX 2024-01-18 14:58:03 +01:00 committed by Tim Schumacher
parent 3b73064497
commit 0a1a081d8a
Notes: sideshowbarker 2024-07-17 02:29:45 +09:00

View file

@ -36,6 +36,7 @@ static Optional<StringView> map_class_to_file(StringView class_)
{ "GUI::VerticalProgressbar"sv, "GUI/Progressbar"sv },
{ "GUI::DialogButton"sv, "GUI/Button"sv },
{ "GUI::PasswordBox"sv, "GUI/TextBox"sv },
{ "GUI::HorizontalOpacitySlider"sv, "GUI/OpacitySlider"sv },
// Map Layout::Spacer to the Layout header even though it's a pseudo class.
{ "GUI::Layout::Spacer"sv, "GUI/Layout"sv },
};