Quantcast

* Fix the "Disable Waypoint Arrow" mouse input passthrough

James Whitehead II [12-07-08 - 12:02]
* Fix the "Disable Waypoint Arrow" mouse input passthrough
Filename
TomTom_CrazyArrow.lua
diff --git a/TomTom_CrazyArrow.lua b/TomTom_CrazyArrow.lua
index 74d5b0c..698a0da 100644
--- a/TomTom_CrazyArrow.lua
+++ b/TomTom_CrazyArrow.lua
@@ -237,9 +237,9 @@ function TomTom:ShowHideCrazyArrow()
 		wayframe:Show()

 		if self.profile.arrow.noclick then
-			wayframe:Disable()
+			wayframe:EnableMouse(false)
 		else
-			wayframe:Enable()
+			wayframe:EnableMouse(true)
 		end

 		-- Set the scale and alpha