WoWInterface SVN EasyDaily

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/EasyDaily/libs/AceGUI-3.0
    from Rev 154 to Rev 158
    Reverse comparison

Rev 154 → Rev 158

widgets/AceGUIWidget-CheckBox.lua
10,7 → 10,7
]]
do
local Type = "CheckBox"
local Version = 5
local Version = 6
 
local function OnAcquire(self)
self:SetValue(false)
92,8 → 92,8
--Nil is the unknown tristate value
if self.tristate and value == nil then
SetDesaturation(self.check, true)
check:SetWidth(20)
check:SetHeight(20)
check:SetWidth(24)
check:SetHeight(24)
self.check:Show()
else
SetDesaturation(self.check, false)