Decided not to move parenting checks in binDestroy(); they happen eventually anyway.

This commit is contained in:
Pietro Gagliardi 2015-05-11 00:36:08 -04:00
parent c6b4d80602
commit 6098ad7efe
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ ultimately:
- in which case, hide leading or trailing separators? - in which case, hide leading or trailing separators?
- generate libui.lib and related files - generate libui.lib and related files
- make OS-specific headers generated by an IDL - make OS-specific headers generated by an IDL
- bin.c
- find a way to move the has parent check at the beginning of binDestroy()
- menu item state change while the menu is visible (not in response to user action) - menu item state change while the menu is visible (not in response to user action)
- OS X: requires an [NSMenu update] call after changing state - OS X: requires an [NSMenu update] call after changing state
- Windows: requires getting current menu state when amending it in sync() - Windows: requires getting current menu state when amending it in sync()