From caa64a3dbed66578294b39ed4603b0dc6d2a8f9a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 4 Aug 2014 17:31:43 -0400 Subject: [PATCH] Added a credit I missed two commits ago. --- redo/container_darwin.m | 2 ++ 1 file changed, 2 insertions(+) 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;