From 244fb582fb5ea46d5ea83d8683b41ae16acafd7d Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Wed, 13 Jan 2016 23:32:45 +0000 Subject: [PATCH] Cancel tooltips when opening the ingame menu. --- .../Widgets/Logic/Ingame/MenuButtonsChromeLogic.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Mods.Common/Widgets/Logic/Ingame/MenuButtonsChromeLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Ingame/MenuButtonsChromeLogic.cs index 334b68d868..be8e44c1e4 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Ingame/MenuButtonsChromeLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Ingame/MenuButtonsChromeLogic.cs @@ -117,6 +117,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic }); currentWidget = Game.LoadWidget(world, button.MenuContainer, menuRoot, widgetArgs); + Game.RunAfterTick(Ui.ResetTooltips); } } }