filter input bugfix

This commit is contained in:
Manuel Simon Hirsig
2016-08-08 13:10:37 +02:00
parent ccd8f12469
commit b3e2662d7f
-1
View File
@@ -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()