Menu problem

Issue #155 resolved
Dave Peters created an issue

If a menu item has sub-menu items then when you set menuitem.ischecked then the sub-menu items vanish.

Sample project is here: http://www.dpsoftware.com/menutest

Note the sub-menu items of menuitem2. Then click the button to set its ischecked property to true. Check the menu again and menuitem2 has no sub-menu items.

Run the same project on Windows and the menu item can be checked without losing the sub-menu items.

Comments (1)

  1. Eugene Kryukov repo owner

    Partially fixed at 1.24. Losing submenu fixed. But linux menu doesn't support check for menu item with submenu.

  2. Log in to comment