diff --git a/redo/TODO.contributions b/redo/TODO.contributions index 0b42172b..ae10a4e0 100644 --- a/redo/TODO.contributions +++ b/redo/TODO.contributions @@ -1,5 +1,6 @@ wine - say that dialogs respond to WM_PRINTCLIENT on xp+ with visual styles enabled +- trackbars are not clamped with TBM_SETPOS uthash - stdint code misses MinGW(-w64) diff --git a/redo/windows/slider.c b/redo/windows/slider.c index f7724fce..0c8ea53d 100644 --- a/redo/windows/slider.c +++ b/redo/windows/slider.c @@ -1,9 +1,6 @@ // 20 may 2015 #include "uipriv_windows.h" -// TODOs -// - wine does not clamp TBM_SETPOS - struct slider { uiSlider s; HWND hwnd; @@ -49,7 +46,6 @@ static void sliderPreferredSize(uiControl *c, uiSizing *d, intmax_t *width, intm *height = uiWindowsDlgUnitsToY(sliderHeight, d->Sys->BaseY); } -// TODO does it go here relative of other things? static void defaultOnChanged(uiSlider *s, void *data) { // do nothing