From bc8d6a2fe72114e37bcb723d9bfcaed7a43c20b6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 23 Aug 2015 21:55:59 -0400 Subject: [PATCH] Removed TODOs about 10.8 clipping the sides of controls; it's because those clipped edges overlap with the NSTabView border :( Not much we can do about it. --- redo/reredo/darwin/combobox.m | 3 --- redo/reredo/darwin/progressbar.m | 1 - 2 files changed, 4 deletions(-) diff --git a/redo/reredo/darwin/combobox.m b/redo/reredo/darwin/combobox.m index ca427ede..ba7e73a3 100644 --- a/redo/reredo/darwin/combobox.m +++ b/redo/reredo/darwin/combobox.m @@ -1,9 +1,6 @@ // 14 august 2015 #include "uipriv_darwin.h" -// TODOs: -// - 10.8: edges of NSPopUpButton clipped - struct uiCombobox { uiDarwinControl c; BOOL editable; diff --git a/redo/reredo/darwin/progressbar.m b/redo/reredo/darwin/progressbar.m index f55aea38..5aa9be83 100644 --- a/redo/reredo/darwin/progressbar.m +++ b/redo/reredo/darwin/progressbar.m @@ -2,7 +2,6 @@ #import "uipriv_darwin.h" // TODOs: -// - 10.8: left/right side of progress bar clipped // - 10.8: increasing value animates just like with Aero struct uiProgressBar {