summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-06-22 06:56:54 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-06-22 06:56:54 +0000
commit5a329278e222cffc29b9532e0a6dc5dd4b5f87d8 (patch)
tree98ee8100115b8fdfb0afaac0af0720285f6eb833 /plugins/TabSRMM
parent114a5c2d6410f7506ec4f37850d8437fe0b79ef8 (diff)
Sorry, there was a typo in rev 517, it needs to check BOTH sliders
git-svn-id: http://svn.miranda-ng.org/main/trunk@523 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r--plugins/TabSRMM/src/containeroptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/containeroptions.cpp b/plugins/TabSRMM/src/containeroptions.cpp
index f1a2545a5b..48b1e41e42 100644
--- a/plugins/TabSRMM/src/containeroptions.cpp
+++ b/plugins/TabSRMM/src/containeroptions.cpp
@@ -272,7 +272,7 @@ INT_PTR CALLBACK DlgProcContainerOptions(HWND hwndDlg, UINT msg, WPARAM wParam,
break;
case WM_HSCROLL:
- if((HWND)lParam == GetDlgItem(hwndDlg, IDC_TRANSPARENCY_ACTIVE))
+ if((HWND)lParam == GetDlgItem(hwndDlg, IDC_TRANSPARENCY_ACTIVE) || (HWND)lParam == GetDlgItem(hwndDlg, IDC_TRANSPARENCY_INACTIVE))
Utils::enableDlgControl(hwndDlg, IDC_APPLY, TRUE);
break;