CivOne
CivOne copied to clipboard
Review all dialogs / menus for click/escape
As per issue #47 review all dialogs/menus so that MissClick and Cancel handlers are set - see Revolution.cs
Make sure these two lines:
menu.MissClick += Cancel;
menu.Cancel += Cancel;
are added to any dialog which includes a menu. Add them just before the AddMenu(menu)
line.