mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Fixed an issue where marquee images would not show for legacy themes.
This commit is contained in:
parent
efbd44ecc2
commit
9f04d7aad8
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue