From b3e2662d7fe240e286589a3deea606ee2977c54e Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Mon, 8 Aug 2016 13:10:37 +0200 Subject: [PATCH] filter input bugfix --- tabs/search/frames.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/tabs/search/frames.lua b/tabs/search/frames.lua index 24b025e..d46a05e 100644 --- a/tabs/search/frames.lua +++ b/tabs/search/frames.lua @@ -535,7 +535,6 @@ do scroll_frame:SetScript('OnMouseWheel', function() local child = this:GetScrollChild() child:SetScale(max(.3, min(1, child:GetScale() + arg1/10))) - aux.log(child:GetEffectiveScale()) end) scroll_frame:RegisterForDrag('LeftButton') scroll_frame:SetScript('OnDragStart', function()