mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 08:44:54 +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);
|
TRACE("Pressed item %d!\n", nItem);
|
||||||
}
|
}
|
||||||
else if ((flags == HHT_ONDIVIDER) || (flags == HHT_ONDIVOPEN)) {
|
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);
|
SetCapture (hwnd);
|
||||||
infoPtr->bCaptured = TRUE;
|
infoPtr->bCaptured = TRUE;
|
||||||
infoPtr->bTracking = TRUE;
|
infoPtr->bTracking = TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user