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:
parent
35ed8a2125
commit
bc8d6a2fe7
|
@ -1,9 +1,6 @@
|
|||
// 14 august 2015
|
||||
#include "uipriv_darwin.h"
|
||||
|
||||
// TODOs:
|
||||
// - 10.8: edges of NSPopUpButton clipped
|
||||
|
||||
struct uiCombobox {
|
||||
uiDarwinControl c;
|
||||
BOOL editable;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue