WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-Dropdown
    from Rev 18 to Rev 21
    Reverse comparison

Rev 18 → Rev 21

PhanxConfig-Dropdown.lua
20,9 → 20,9
end
 
local function Button_OnEnter(self)
if self:GetParent().desc then
if self:GetParent():GetParent().desc then
GameTooltip:SetOwner(self, "ANCHOR_RIGHT")
GameTooltip:SetText(self.desc, nil, nil, nil, nil, true)
GameTooltip:SetText(self:GetParent():GetParent().desc, nil, nil, nil, nil, true)
end
end