We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d45b4 commit cefb768Copy full SHA for cefb768
gui-lib/mred/private/wx/win32/slider.rkt
@@ -125,7 +125,8 @@
125
(set-size #f #f THICKNESS MIN_LENGTH)
126
(set-size #f #f MIN_LENGTH THICKNESS)))
127
128
- (SendMessageW slider-hwnd TBM_SETRANGE 1 (MAKELPARAM lo hi))
+ (SendMessageW slider-hwnd TBM_SETRANGEMIN 1 lo)
129
+ (SendMessageW slider-hwnd TBM_SETRANGEMAX 1 hi)
130
(set-value val)
131
132
(define/override (set-size x y w h)
0 commit comments