Some more TODO cleanup, including mistaken TODO removal.
This commit is contained in:
parent
c6023ee151
commit
437b895b53
3
TODO.md
3
TODO.md
|
@ -19,7 +19,8 @@
|
||||||
- forbid free(NULL) to check for bugs
|
- forbid free(NULL) to check for bugs
|
||||||
- opposite side alignment control in uiBox
|
- opposite side alignment control in uiBox
|
||||||
- disabling containers on wine doesn't redraw children as disabled
|
- disabling containers on wine doesn't redraw children as disabled
|
||||||
- TODO test on real windows
|
- test on real windows
|
||||||
|
- collapse multiple consecutive menu separators?
|
||||||
|
|
||||||
ultimately:
|
ultimately:
|
||||||
- add some sort of runtime type checking
|
- add some sort of runtime type checking
|
||||||
|
|
|
@ -224,7 +224,6 @@ uiMenuItem *menuAppendAboutItem(uiMenu *mm)
|
||||||
|
|
||||||
void menuAppendSeparator(uiMenu *mm)
|
void menuAppendSeparator(uiMenu *mm)
|
||||||
{
|
{
|
||||||
// TODO check multiple about items
|
|
||||||
newItem((struct menu *) mm, typeSeparator, NULL);
|
newItem((struct menu *) mm, typeSeparator, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue