wxwidgets/demos
Night-Wisp e7521d7b2c Fix two minor UI problems in the Bombs demo
Error 1: When enabling/disabling easy corner, the enable/disable text
was mixed up. This resulted in being asked to confirm disabling easy
corner, when it was being enabled, and vice versa.

Error 2: When choosing not to switch easy corner, the checkmark in the
menu showing it's state still swapped.

Fix 1: Swap the text for enable/disable in the confirm easy mode toggle
dialog box.

Fix 2: Call GetMenuBar()->Check(bombsID_EASYCORNER, m_easyCorner);
(Check always returns void, and GetMenuBar is only called from the
MenuBar, after it's been set up) to set the checkmark's state, when
needed.

Closes #22764.
2022-09-02 19:13:52 +02:00
..
bombs Fix two minor UI problems in the Bombs demo 2022-09-02 19:13:52 +02:00
forty Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
fractal Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
life Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
poem Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
demos.bkl removed dbbrowse demo from the makefiles 2007-10-26 00:08:43 +00:00
makefile.gcc Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
Makefile.in Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
makefile.vc Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00