WoWInterface SVN PhanxConfigWidgets

Compare Revisions

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

Rev 182 → Rev 183

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