Fix #21591: Banner text colors are not working properly (#21709)

* Fix #21591: Banner text colors are not working properly
This commit is contained in:
Michał Janiszewski 2024-04-02 18:06:58 +02:00 committed by GitHub
parent dfcb527ada
commit 6b734fda6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -163,5 +163,8 @@ GameActions::Result BannerSetStyleAction::Execute() const
intent.PutExtra(INTENT_EXTRA_BANNER_INDEX, _bannerIndex);
ContextBroadcastIntent(&intent);
ScrollingTextInvalidate();
GfxInvalidateScreen();
return res;
}