From 6943cf5ad5ae5cd43008f7432947204ab9584a71 Mon Sep 17 00:00:00 2001 From: Pavol Molnar Date: Sun, 25 Oct 2020 17:50:49 +0100 Subject: [PATCH] fixed tooltip, issue 18301 --- OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameMenuLogic.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameMenuLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameMenuLogic.cs index d62d1bca07..7179b1caae 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameMenuLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameMenuLogic.cs @@ -159,6 +159,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic Ui.CloseWindow(); mpe?.Fade(MenuPaletteEffect.EffectType.None); onExit(); + Ui.ResetTooltips(); } ButtonWidget AddButton(string id, string text)