Commit 88c25c86 authored by Duane Clark's avatar Duane Clark Committed by Alexandre Julliard

Reinitialize thumb when trackbar size is changed.

parent 9a1e0a09
......@@ -1503,7 +1503,7 @@ TRACKBAR_SetFocus (TRACKBAR_INFO *infoPtr, HWND hwndLoseFocus)
static LRESULT
TRACKBAR_Size (TRACKBAR_INFO *infoPtr, DWORD fwSizeType, INT nWidth, INT nHeight)
{
TRACKBAR_CalcChannel (infoPtr);
TRACKBAR_InitializeThumb (infoPtr);
TRACKBAR_AlignBuddies (infoPtr);
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment