WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 183 to Rev 184
    Reverse comparison

Rev 183 → Rev 184

trunk/PhanxConfig-Dropdown/PhanxConfig-Dropdown.lua
356,7 → 356,11
self.button:Disable()
end
function methods:SetEnabled(enable)
return enable and self:Enable() or self:Disable()
if enable then
self:Enable()
else
self:Disable()
end
end
 
------------------------------------------------------------------------