mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
parent
327813e7da
commit
03d5ff7f68
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ OnHScroll(
|
|||
INT id, idx, i, j;
|
||||
|
||||
id = (INT)GetWindowLongPtr((HWND)lParam, GWLP_ID);
|
||||
if (id < 9475 && id > 9503)
|
||||
if (id < 9475 || id > 9503)
|
||||
return;
|
||||
|
||||
if ((id - 9475) % 4 != 0)
|
||||
|
|
Loading…
Reference in a new issue