diff --git a/darwin/window.m b/darwin/window.m index 1b18852c..f0bcbf72 100644 --- a/darwin/window.m +++ b/darwin/window.m @@ -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; }