Moved the control IDs TODO to TODO.md as that's a long-term TODO; it depends on how container controls play out.
This commit is contained in:
parent
9a5da6159b
commit
0cfe64c2bb
2
TODO.md
2
TODO.md
|
@ -3,6 +3,8 @@
|
|||
- figure out what to cleanup in darwin terminate:
|
||||
- delegate
|
||||
- deleted objects view
|
||||
- assign control IDs on windows
|
||||
- GWL(P)_ID
|
||||
|
||||
ultimately:
|
||||
- make everything vtable-based
|
||||
|
|
|
@ -96,7 +96,6 @@ uiControl *uiWindowsNewControl(uiWindowsNewControlParams *p)
|
|||
p->dwStyle | WS_CHILD | WS_VISIBLE,
|
||||
0, 0,
|
||||
100, 100,
|
||||
// TODO specify control IDs properly
|
||||
initialParent, NULL, p->hInstance, NULL);
|
||||
if (s->hwnd == NULL)
|
||||
logLastError("error creating control in uiWindowsNewControl()");
|
||||
|
|
Loading…
Reference in New Issue