Fixed an issue where the menu color scheme was not applied to an arrow

This commit is contained in:
Leon Styhre 2023-07-09 12:11:27 +02:00
parent 5b269d378f
commit ce2e0738af

View file

@ -172,6 +172,7 @@ GuiCollectionSystemsOptions::GuiCollectionSystemsOptions(std::string title)
bracketThemeCollection->setResize(
glm::vec2 {0.0f, Font::get(FONT_SIZE_MEDIUM)->getLetterHeight()});
bracketThemeCollection->setImage(":/graphics/arrow.svg");
bracketThemeCollection->setColorShift(mMenuColorPrimary);
row.addElement(themeCollection, true);
row.addElement(bracketThemeCollection, false);
row.makeAcceptInputHandler([this, unusedFolders] {