mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 18:25:19 +00:00
comctl32: header: Send the width in HDN_BEGINTRACK.
This commit is contained in:
parent
117b8e7927
commit
28e3ba552e
@ -1465,7 +1465,7 @@ HEADER_LButtonDown (HWND hwnd, WPARAM wParam, LPARAM lParam)
|
||||
TRACE("Pressed item %d!\n", nItem);
|
||||
}
|
||||
else if ((flags == HHT_ONDIVIDER) || (flags == HHT_ONDIVOPEN)) {
|
||||
if (!(HEADER_SendHeaderNotifyT (hwnd, HDN_BEGINTRACKW, nItem, 0, NULL))) {
|
||||
if (!(HEADER_SendHeaderNotifyT (hwnd, HDN_BEGINTRACKW, nItem, HDI_WIDTH, NULL))) {
|
||||
SetCapture (hwnd);
|
||||
infoPtr->bCaptured = TRUE;
|
||||
infoPtr->bTracking = TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user