WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 173 to Rev 172
    Reverse comparison

Rev 173 → Rev 172

trunk/PhanxConfig-Slider/PhanxConfig-Slider.lua
85,7 → 85,7
parent.valueText:SetText(value)
end
 
if parent.lastValue and parent.Callback then
if parent.lastValue and parent.Callback then print("slider", parent:GetLabel(), "Callback", value)
parent:Callback(value)
end