fixed tooltip, issue 18301

This commit is contained in:
Pavol Molnar
2020-10-25 17:50:49 +01:00
committed by abcdefg30
parent 17996dfdfc
commit 6943cf5ad5

View File

@@ -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)