mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[USER32] SetScrollPos should not bypass UserApiHook
CORE-18048
This commit is contained in:
@@ -1723,7 +1723,7 @@ SetScrollPos(HWND hWnd, INT nBar, INT nPos, BOOL bRedraw)
|
||||
ScrollInfo.fMask = SIF_POS|SIF_PREVIOUSPOS;
|
||||
ScrollInfo.nPos = nPos;
|
||||
|
||||
return RealSetScrollInfo(hWnd, nBar, &ScrollInfo, bRedraw);
|
||||
return SetScrollInfo(hWnd, nBar, &ScrollInfo, bRedraw);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user