mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Fixed an issue where the helpsystem icons were sometimes not getting updated
This commit is contained in:
parent
c529642f80
commit
e74e8decbb
|
|
@ -243,6 +243,7 @@ void HelpComponent::clearPrompts()
|
||||||
void HelpComponent::setPrompts(const std::vector<HelpPrompt>& prompts)
|
void HelpComponent::setPrompts(const std::vector<HelpPrompt>& prompts)
|
||||||
{
|
{
|
||||||
mPrompts = prompts;
|
mPrompts = prompts;
|
||||||
|
assignIcons();
|
||||||
updateGrid();
|
updateGrid();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue