CivOne icon indicating copy to clipboard operation
CivOne copied to clipboard

Review all dialogs / menus for click/escape

Open fire-eggs opened this issue 5 years ago • 1 comments

As per issue #47 review all dialogs/menus so that MissClick and Cancel handlers are set - see Revolution.cs

fire-eggs avatar Jun 25 '19 21:06 fire-eggs

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.

fire-eggs avatar Oct 26 '19 19:10 fire-eggs