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 {