diff --git a/OpenRA.Mods.Common/Widgets/Logic/Ingame/MenuButtonsChromeLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Ingame/MenuButtonsChromeLogic.cs index 25de9fc1ff..57029e840d 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Ingame/MenuButtonsChromeLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Ingame/MenuButtonsChromeLogic.cs @@ -122,6 +122,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic }); currentWidget = Game.LoadWidget(world, button.MenuContainer, menuRoot, widgetArgs); + Game.RunAfterTick(Ui.ResetTooltips); } } }