WoWInterface SVN sStats

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/sStats/libs
    from Rev 12 to Rev 13
    Reverse comparison

Rev 12 → Rev 13

AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua
2,7 → 2,7
ScrollFrame Container
Plain container that scrolls its content and doesn't grow in height.
-------------------------------------------------------------------------------]]
local Type, Version = "ScrollFrame", 22
local Type, Version = "ScrollFrame", 23
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end
 
42,7 → 42,7
local methods = {
["OnAcquire"] = function(self)
self:SetScroll(0)
self:FixScroll()
self.scrollframe:SetScript("OnUpdate", FixScrollOnUpdate)
end,
 
["OnRelease"] = function(self)
LibSharedMedia-3.0/None.blp Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream