More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-30 18:05:12 -04:00
parent 4035aee115
commit e2cd6fe9d8
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ static void windowShow(uiControl *c)
{
struct window *w = (struct window *) c;
// TODO making it key and ordering it front makes it foreground; see if there's just a generic "orderIn:" that doesn't affect Z-order
[w->window makeKeyAndOrderFront:w->window];
w->hidden = 0;
}