WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-ColorPicker
    from Rev 176 to Rev 172
    Reverse comparison

Rev 176 → Rev 172

PhanxConfig-ColorPicker.lua
63,11 → 63,9
self.swatch:SetVertexColor(r, g, b, a)
self.bg:SetAlpha(a)
 
 
local callback = self.Callback or self.OnValueChanged
if callback then
if self.Callback then
-- Ignore updates while ColorPickerFrame:IsShown() if desired.
callback(self, r, g, b, a)
self:Callback(r, g, b, a)
end
end