Quantcast

Really hide the tooltip

Scott Sibley [10-05-10 - 11:22]
Really hide the tooltip
Filename
Modules/Gestures/Gestures.lua
diff --git a/Modules/Gestures/Gestures.lua b/Modules/Gestures/Gestures.lua
index d4f5238..d10fa41 100644
--- a/Modules/Gestures/Gestures.lua
+++ b/Modules/Gestures/Gestures.lua
@@ -19,7 +19,8 @@ local defaults = {
 				enabled = true,
 				gestures = {{type="line", pattern="right"}, {type="line", pattern="left"}, {type="line", pattern="right"}, {type="line", pattern="left"}},
 				expression = [[
-_G.StarTip.unit = nil
+_G.StarTip.unit = true
+_G.GameTooltip:Hide()
 ]]
 			}
 		}