Quantcast

hide/show upon draw...

Scott Sibley [08-19-10 - 10:18]
hide/show upon draw...
Filename
Modules/Text.lua
diff --git a/Modules/Text.lua b/Modules/Text.lua
index 21e482f..6da8650 100644
--- a/Modules/Text.lua
+++ b/Modules/Text.lua
@@ -508,7 +508,7 @@ function draw()
 			end
 		end
 	end
-	if UnitExists("mouseover") and drawn then
+	if UnitExists("mouseover") then
 		GameTooltip:Hide()
 		GameTooltip:Show()
 	end