More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-05-03 13:18:27 -04:00
parent ee3d9c5165
commit 60d30688eb
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ static void windowShow(uiControl *c)
{ {
struct window *w = (struct window *) c; struct window *w = (struct window *) c;
// don't make it key // don't make it key (TODO really? first time only?)
// unfortunately there's no orderIn: or something that says "make the window visible but preserve the z-order" so // unfortunately there's no orderIn: or something that says "make the window visible but preserve the z-order" so
[w->window orderFront:w->window]; [w->window orderFront:w->window];
w->hidden = 0; w->hidden = 0;