More TODOs.
This commit is contained in:
parent
4035aee115
commit
e2cd6fe9d8
|
@ -97,6 +97,7 @@ static void windowShow(uiControl *c)
|
||||||
{
|
{
|
||||||
struct window *w = (struct window *) 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->window makeKeyAndOrderFront:w->window];
|
||||||
w->hidden = 0;
|
w->hidden = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue