mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[win32k]
- Fix IntGetScrollBarRect when WS_EX_LEFTSCROLLBAR style is used - Spotted by vicmarcal svn path=/trunk/; revision=58714
This commit is contained in:
@@ -103,7 +103,7 @@ IntGetScrollBarRect (PWND Wnd, INT nBar, RECTL *lprect)
|
||||
case SB_VERT:
|
||||
if(Wnd->ExStyle & WS_EX_LEFTSCROLLBAR)
|
||||
{
|
||||
lprect->right = lprect->right;;
|
||||
lprect->right = lprect->left;
|
||||
lprect->left -= UserGetSystemMetrics(SM_CXVSCROLL);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user