mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
[SNDVOL32] Fix a typo in the bass and treble slider code
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user