WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/DesktopMgr
    from Rev 649 to Rev 658
    Reverse comparison

Rev 649 → Rev 658

GameTooltip.lua
55,7 → 55,9
if opt and opt.tooltipunit then
-- hide the game tooltip for unit only
GameTooltip:SetScript("OnTooltipSetUnit",function()
GameTooltip:Hide();
if GameTooltipStatusBar then
GameTooltip:Hide();
end
end);
end
end);
\ No newline at end of file