Bug fix
Scott Sibley [09-12-10 - 03:43]
diff --git a/Modules/Text.lua b/Modules/Text.lua
index 4028f21..8d2a8c3 100644
--- a/Modules/Text.lua
+++ b/Modules/Text.lua
@@ -1097,8 +1097,8 @@ function mod:SetUnit()
lastLine = lastLine + 1
- lines()
-
+ GameTooltip:ClearLines()
+
wipe(linesToAdd)
wipe(linesToAddR)
wipe(linesToAddG)
@@ -1129,8 +1129,10 @@ function mod:SetUnit()
if self.db.profile.refreshRate > 0 and self.timer then
self.timer:Start()
end
+
+ lines()
- self.unitTimer:Start()
+ --self.unitTimer:Start()
GameTooltip:Show()