Cancel tooltips when opening the ingame menu.

This commit is contained in:
Paul Chote
2016-01-13 23:32:45 +00:00
parent 8a755e673c
commit 244fb582fb

View File

@@ -117,6 +117,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
});
currentWidget = Game.LoadWidget(world, button.MenuContainer, menuRoot, widgetArgs);
Game.RunAfterTick(Ui.ResetTooltips);
}
}
}