From 52c3c52b568711068e4856fbac9a7c56262b1ed9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 28 May 2016 16:03:36 -0400 Subject: [PATCH] Removed a TODO I can no longer fully confirm (only the focus rect of the NSComboBox seems to be clipped, which I'm sure is not my bug). --- darwin/box.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/darwin/box.m b/darwin/box.m index 4dec15b4..bcc5071c 100644 --- a/darwin/box.m +++ b/darwin/box.m @@ -1,9 +1,6 @@ // 15 august 2015 #import "uipriv_darwin.h" -// TODOs to confirm -// - 10.8: if we switch to page 4, then switch back to page 1, check Spaced, and go back to page 4, some controls (progress bar, popup button) are clipped on the sides - @interface boxChild : NSObject @property uiControl *c; @property BOOL stretchy;