Decided not to move parenting checks in binDestroy(); they happen eventually anyway.
This commit is contained in:
parent
c6b4d80602
commit
6098ad7efe
2
TODO.md
2
TODO.md
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue