TODO consolidation.
This commit is contained in:
parent
2a6da36542
commit
d50701b3a7
1
TODO.md
1
TODO.md
|
@ -40,6 +40,7 @@
|
|||
- find a way to move the has parent check at the beginning of binDestroy()
|
||||
- determine whether or not margins count in preferredSize() when there is no main control
|
||||
- menu item state change while the menu is visible (not in response to user action)
|
||||
- figure out where we should return HRESULTs
|
||||
|
||||
ultimately:
|
||||
- add some sort of runtime type checking
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
// 9 april 2015
|
||||
#include "uipriv_windows.h"
|
||||
|
||||
// TODO figure out how to integreate HRESULT into this
|
||||
|
||||
// see http://stackoverflow.com/a/29556509/3408572
|
||||
|
||||
#define MBTWC(str, wstr, bufsiz) MultiByteToWideChar(CP_UTF8, 0, str, -1, wstr, bufsiz)
|
||||
|
|
Loading…
Reference in New Issue