WoWInterface SVN PhanxMod

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 39 to Rev 38
    Reverse comparison

Rev 39 → Rev 38

Misc.lua
245,10 → 245,9
------------------------------------------------------------------------
do
local function scroll(this, value)
if InterfaceOptionsFrameAddOnsListScrollBar:IsVisible() then
ScrollFrameTemplate_OnMouseWheel(InterfaceOptionsFrameAddOnsList, value)
end
ScrollFrameTemplate_OnMouseWheel(InterfaceOptionsFrameAddOnsList, value)
end
 
for i = 1, 23 do
local f = _G["InterfaceOptionsFrameAddOnsButton" .. i]
f:EnableMouseWheel()