Update button mouseover when switching menus.

This commit is contained in:
Paul Chote
2016-01-12 00:23:39 +00:00
parent 4bf887a905
commit 44b1402080

View File

@@ -34,6 +34,9 @@ namespace OpenRA.Mods.Common.Widgets.Logic
void SwitchMenu(MenuType type) void SwitchMenu(MenuType type)
{ {
menuType = type; menuType = type;
// Update button mouseover
Game.RunAfterTick(Ui.ResetTooltips);
} }
[ObjectCreator.UseCtor] [ObjectCreator.UseCtor]