WoWInterface SVN PhanxConfigWidgets

Compare Revisions

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

Rev 172 → Rev 173

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