WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-Slider
    from Rev 84 to Rev 85
    Reverse comparison

Rev 84 → Rev 85

PhanxConfig-Slider.lua
150,7 → 150,7
end
 
local value
if LibStub("PhanxConfig-EditBox") then
if LibStub("PhanxConfig-EditBox", true) then
value = LibStub("PhanxConfig-EditBox").CreateEditBox(frame, nil, desc, 5)
value:SetPoint("TOP", slider, "BOTTOM", 0, 13)
value:SetWidth(100)