mirror of
https://github.com/reactos/reactos.git
synced 2024-11-28 22:13:34 +08:00
[SNDVOL32] Fix a typo in the bass and treble slider code
This commit is contained in:
parent
d4f2e4a378
commit
6bf7a8edfb
@ -188,7 +188,7 @@ OnHScroll(
|
||||
DWORD dwControlID = 0, dwStep, dwPosition;
|
||||
DWORD dwMaximum, dwMinimum;
|
||||
|
||||
if (dwCtrlID != IDC_ADV_BASS_SLIDER ||
|
||||
if (dwCtrlID != IDC_ADV_BASS_SLIDER &&
|
||||
dwCtrlID != IDC_ADV_TREBLE_SLIDER)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user