mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[User32]
- Patch by Herschel Ralston : Fix scroll bar glitch. See CORE-3923 and CORE-11155. svn path=/trunk/; revision=71231
This commit is contained in:
parent
0984c6825b
commit
8357726420
1 changed files with 1 additions and 0 deletions
|
@ -855,6 +855,7 @@ IntScrollHandleScrollEvent(HWND Wnd, INT SBType, UINT Msg, POINT Pt)
|
|||
NewInfo.rgstate[ScrollTrackHitTest] = ScrollBarInfo.rgstate[ScrollTrackHitTest];
|
||||
NtUserSetScrollBarInfo(Wnd, IntScrollGetObjectId(SBType), &NewInfo);
|
||||
|
||||
IntDrawScrollInterior(Wnd,Dc,SBType,Vertical,&ScrollBarInfo);
|
||||
IntDrawScrollArrows(Dc, &ScrollBarInfo, Vertical);
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue