From 18b98b81eff6a87d84e42f4f6be52ff8d1ef2483 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Wed, 13 Oct 2010 11:14:51 +0100 Subject: [PATCH] Fixed an issue preventing you from using mousewheel for macro binds --- Clique.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clique.xml b/Clique.xml index 0fec64f..3c31ee0 100755 --- a/Clique.xml +++ b/Clique.xml @@ -404,7 +404,7 @@ local button = (delta > 0) and "MOUSEWHEELUP" or "MOUSEWHEELDOWN" - CliqueConfig:MacroBindingButton_OnClick(self, key) + CliqueConfig:MacroBindingButton_OnClick(self, button) -- 1.7.9.5