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.

This commit is contained in:
Pietro Gagliardi 2015-08-23 21:55:59 -04:00
parent 35ed8a2125
commit bc8d6a2fe7
2 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,6 @@
// 14 august 2015 // 14 august 2015
#include "uipriv_darwin.h" #include "uipriv_darwin.h"
// TODOs:
// - 10.8: edges of NSPopUpButton clipped
struct uiCombobox { struct uiCombobox {
uiDarwinControl c; uiDarwinControl c;
BOOL editable; BOOL editable;

View File

@ -2,7 +2,6 @@
#import "uipriv_darwin.h" #import "uipriv_darwin.h"
// TODOs: // TODOs:
// - 10.8: left/right side of progress bar clipped
// - 10.8: increasing value animates just like with Aero // - 10.8: increasing value animates just like with Aero
struct uiProgressBar { struct uiProgressBar {