Removed the timer that was used to queue TRACKBAR_Refresh calls.
authorLuc Tourangeau <luc@macadamian.com>
Sat, 8 May 1999 09:44:45 +0000 (09:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 8 May 1999 09:44:45 +0000 (09:44 +0000)
commit3d35e9894c8bb1fbc23eaa043772522cf38451a9
tree4fcfed0307a01553134e7563f0164b4fa712abca
parentccfb1824cd86f6f5cb019bc56f15696241cbc113
Removed the timer that was used to queue TRACKBAR_Refresh calls.
Removed all direct calls to TRACKBAR_Refresh (except from within the
WM_PAINT handling section) and replaced them by calls to
InvalidateRect.
Fixed a bug in the TRACKBAR_SetPos function.
Fixed the behavior for different types of mouse input.
dlls/comctl32/trackbar.c
include/trackbar.h