diff --git a/src/openrct2/actions/BannerSetStyleAction.cpp b/src/openrct2/actions/BannerSetStyleAction.cpp index 041dceccee..e86478f3ed 100644 --- a/src/openrct2/actions/BannerSetStyleAction.cpp +++ b/src/openrct2/actions/BannerSetStyleAction.cpp @@ -163,5 +163,8 @@ GameActions::Result BannerSetStyleAction::Execute() const intent.PutExtra(INTENT_EXTRA_BANNER_INDEX, _bannerIndex); ContextBroadcastIntent(&intent); + ScrollingTextInvalidate(); + GfxInvalidateScreen(); + return res; }