WoWInterface SVN Scroll_It

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

trunk/Scroll_It/Scroll_It.lua
1,5 → 1,5
--##################
-- Interface: 20400
-- Interface: 30000
-- Title: Scroll_It
-- Notes: Allows for the mousewheel to scroll all chatframes and mini-map.
-- License: GNUv2GPL
22,17 → 22,6
end
end)
 
MiniMapWorldMapButton:Show()
GameTimeFrame:Show()
MinimapZoomIn:Show()
MinimapZoomOut:Show()
 
MinimapZoneTextButton:Show()
MinimapToggleButton:Show()
MinimapBorderTop:Show()
 
-- MinimapCluster:ClearAllPoints()
MinimapCluster:SetPoint('TOPRIGHT', 0, 12)
end
--Scroll the chat frames
SC_UseMouseWheelToScrollChat = true;
trunk/Scroll_It/Scroll_It.toc
1,4 → 1,4
## Interface: 20400
## Interface: 30000
## Title: Scroll_It
## Notes: Allows for the mousewheel to scroll all chatframes and mini-map.
## License: GNUv2GPL