From 6bf7a8edfb5d022de8ff61628c699ab33f0825ab Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Tue, 24 Sep 2019 23:28:17 +0200 Subject: [PATCH] [SNDVOL32] Fix a typo in the bass and treble slider code --- base/applications/sndvol32/advanced.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/applications/sndvol32/advanced.c b/base/applications/sndvol32/advanced.c index a41112a9318..ee3a1de5e4a 100644 --- a/base/applications/sndvol32/advanced.c +++ b/base/applications/sndvol32/advanced.c @@ -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; -- 2.17.1