WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 101 to Rev 102
    Reverse comparison

Rev 101 → Rev 102

NeedyGreedy.lua
1294,6 → 1294,13
end
 
if frame then self.dbTooltip:SmartAnchorTo(frame) end
 
self.dbTooltip:SetScript("OnHide", function()
if self.dbTooltip then
LibQTip:Release(self.dbTooltip)
self.dbTooltip = nil
end
end)
end
 
-- Show it, et voilà !