Fixed an issue where marquee images would not show for legacy themes.

This commit is contained in:
Leon Styhre 2022-02-13 11:23:41 +01:00
parent efbd44ecc2
commit 9f04d7aad8

View file

@ -362,6 +362,8 @@ void GuiComponent::applyTheme(const std::shared_ptr<ThemeData>& theme,
if (properties & ThemeFlags::VISIBLE && elem->has("visible") && !elem->get<bool>("visible"))
mThemeOpacity = 0.0f;
else
setVisible(true);
}
void GuiComponent::updateHelpPrompts()