WoWInterface SVN PhanxConfigWidgets

Compare Revisions

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

Rev 183 → Rev 182

PhanxConfig-Dropdown/PhanxConfig-Dropdown.lua
355,9 → 355,6
self.valueText:SetFontObject(GameFontDisableSmall)
self.button:Disable()
end
function methods:SetEnabled(enable)
return enable and self:Enable() or self:Disable()
end
 
------------------------------------------------------------------------