diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-04 17:31:43 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-04 17:31:43 -0400 |
| commit | caa64a3dbed66578294b39ed4603b0dc6d2a8f9a (patch) | |
| tree | b68612e6b0b185ed224ba0f2b454960dbfb50832 | |
| parent | c33786ab96f9cad33a5e30ab287f5e6b05f98d42 (diff) | |
Added a credit I missed two commits ago.
| -rw-r--r-- | redo/container_darwin.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/container_darwin.m b/redo/container_darwin.m index 8f1e3ac..da49b92 100644 --- a/redo/container_darwin.m +++ b/redo/container_darwin.m @@ -10,6 +10,8 @@ // - 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 void *gocontainer; |
