ErrorFlynn ff7fca9311
fix: submenu option items unresponsive to clicks
When the user opens a submenu containing items with the style `menu::checks::option` and clicks an option, the radio button logic doesn't work. This bug was discovered and fixed by nanapro.org forum user "huycan" (I'm just submitting the PR). See this forum post: http://nanapro.org/en-us/forum/index.php?u=/topic/1256/ggleave-a-menu-open

As mentioned in more detail in the forum post linked above, my understanding of why this happens is that `menu_builder::checked` fails because the `menu_window` of the submenu is created with the `menu_builder` object used by the parent menu.
2020-02-03 02:49:20 -05:00
..
2019-03-08 06:11:21 +08:00
2018-12-07 05:30:11 +08:00
2019-02-02 00:31:56 +08:00
2018-02-22 07:59:27 +08:00
2018-09-11 07:34:25 +08:00
2018-12-12 00:39:54 +08:00
2019-02-02 00:31:56 +08:00
2019-03-08 06:11:21 +08:00