mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user