More TODOs.

This commit is contained in:
Pietro Gagliardi 2016-04-27 14:55:36 -04:00
parent 19b5ebd14d
commit 8b42c22caf
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ static void tabArrangePages(uiTab *t)
LONG_PTR cID = 100;
HWND after = NULL;
// TODO is this first or last?
uiWindowsEnsureAssignControlIDZOrder(t->tabHWND, &cid, &after);
for (struct tabPage *&page : *(t->pages))
uiWindowsEnsureAssignControlIDZOrder(page->hwnd, &cid, &after);