diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-14 19:38:41 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-14 19:38:41 -0400 |
| commit | 20f15afd10f76a943ce48c01c379a1958bbfc283 (patch) | |
| tree | 5a58efbe975d8892ae63c3447101d0c06e1e9c7a | |
| parent | eb62b8e32babc702920d0f1947d4a82b5a775b43 (diff) | |
More TODOs.
| -rw-r--r-- | new/newcontrol_darwin.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/new/newcontrol_darwin.m b/new/newcontrol_darwin.m index 7c19061..9b7c6c4 100644 --- a/new/newcontrol_darwin.m +++ b/new/newcontrol_darwin.m @@ -41,6 +41,7 @@ static void singleSetParent(uiControl *c, uiParent *parent) uiParentUpdate(oldparent); } if (s->parent != NULL) { + // TODO uiControlView(), uiParentView() parentView = (NSView *) uiParentHandle(s->parent); [parentView addSubview:s->immediate]; uiParentUpdate(s->parent); |
