Bug fix I think :\
Scott Sibley [09-17-10 - 03:43]
diff --git a/StarTip.lua b/StarTip.lua
index 102764f..e560654 100644
--- a/StarTip.lua
+++ b/StarTip.lua
@@ -602,7 +602,7 @@ local lastTime = GetTime()
function StarTip.OnTooltipSetUnit(...)
throttleTimer = throttleTimer or LibTimer:New("StarTip.Throttle", StarTip.db.profile.throttleVal, false, endThrottle, nil, StarTip.db.profile.errorLevel)
- if GetTime() < lastTime + StarTip.db.profile.throttleVal then throttleTimer:Start(); return end
+ if GetTime() < lastTime + StarTip.db.profile.throttleVal then throttleTimer:Start(); GameTooltip:Hide() return end
lastTime = GetTime()
StarTip.fading = false