WoWInterface SVN pStats

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 9 to Rev 10
    Reverse comparison

Rev 9 → Rev 10

pStats/pStats.lua
9,7 → 9,7
end
 
local function OnClick(self, button)
if(wotlk and GameTooltip:GetOwner() == self) then GameTooltip:Hide() end
if(GameTooltip:GetOwner() == self) then GameTooltip:Hide() end
if(button == "RightButton") then
collectgarbage("collect")
GameTooltip:SetOwner(self, "ANCHOR_BOTTOMLEFT", 0, self:GetHeight())