diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 16:38:51 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 16:38:51 -0400 |
| commit | 77a60d63a6aa6ffc02c541a8cdc7483744cc827c (patch) | |
| tree | 95da186810be45a756d8433e437c268ef3714456 /new/window_darwin.m | |
| parent | 3969095a33a518023564ec32f8373bbad913b6c3 (diff) | |
Fixed compiler errors and bugs. uiButton on Mac OS X works!
Diffstat (limited to 'new/window_darwin.m')
| -rw-r--r-- | new/window_darwin.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/new/window_darwin.m b/new/window_darwin.m index b74714a..1ff9297 100644 --- a/new/window_darwin.m +++ b/new/window_darwin.m @@ -88,5 +88,6 @@ void uiWindowOnClosing(uiWindow *w, int (*f)(uiWindow *, void *), void *data) void uiWindowSetChild(uiWindow *w, uiControl *c) { w->child = c; + w->container.child = c; (*(w->child->setParent))(w->child, (uintptr_t) (w->container)); } |
