WoWInterface SVN PhanxMod

Compare Revisions

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

Rev 38 → Rev 39

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