Fixed an issue where the helpsystem icons were sometimes not getting updated

This commit is contained in:
Leon Styhre 2025-02-04 17:59:40 +01:00
parent c529642f80
commit e74e8decbb

View file

@ -243,6 +243,7 @@ void HelpComponent::clearPrompts()
void HelpComponent::setPrompts(const std::vector<HelpPrompt>& prompts)
{
mPrompts = prompts;
assignIcons();
updateGrid();
}