diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-08 20:05:36 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-08 20:05:36 -0400 |
| commit | 79ada1bdaa00a1dcebee65ab9bb77c51494d06a5 (patch) | |
| tree | e78701e6701bd504e6a226a65f8c70b68c898134 /redo/container_darwin.m | |
| parent | e1486f3cd1aec41c48916fca3158cc53c06fbd1d (diff) | |
Starting splitting out future plans from the TODOs again; this time: Group.
Diffstat (limited to 'redo/container_darwin.m')
| -rw-r--r-- | redo/container_darwin.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/container_darwin.m b/redo/container_darwin.m index e2b6113..0a598c6 100644 --- a/redo/container_darwin.m +++ b/redo/container_darwin.m @@ -12,7 +12,6 @@ // - NSTab resizing calls both -[setFrame:] and -[setFrameSIze:] on the current tab // - NSTab switching tabs calls both -[setFrame:] and -[setFrameSize:] on the new tab // so we just override setFrameSize: -// (TODO NSBox) // thanks to mikeash and JtRip in irc.freenode.net/#macdev @interface goContainerView : NSView { @public |
