From 2b0de07243293f508f5b3a23e23378a0f7a4f29b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 14 Jan 2016 02:14:31 -0500 Subject: [PATCH] More TODOs. --- darwin/checkbox.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/darwin/checkbox.m b/darwin/checkbox.m index 729ad5b3..abd287bb 100644 --- a/darwin/checkbox.m +++ b/darwin/checkbox.m @@ -1,6 +1,8 @@ // 14 august 2015 #import "uipriv_darwin.h" +// TODO the intrinsic height of this seems to be wacky + struct uiCheckbox { uiDarwinControl c; NSButton *button;