Making sure the Tooltip isn't showing during scanning.
Kibsgaard [12-22-13 - 23:10]
Making sure the Tooltip isn't showing during scanning.
Signed-off-by: Kibsgaard <http://www.curseforge.com/profiles/Kibsgaard/>
diff --git a/KibsItemLevel.lua b/KibsItemLevel.lua
index f36e7df..f123ed8 100644
--- a/KibsItemLevel.lua
+++ b/KibsItemLevel.lua
@@ -207,6 +207,7 @@ function findItemInfo(who)
ActiveEnchantIcons = InspectEnchantIcons;
end
+ GameTooltip:Hide();
for i = 1, 17 do
if (ActiveFontStrings[i]) then
local slotID = (i - 1) * 3 + 1;