diff ui/AmrUiDropDown.lua @ 81:0515882856f1 v38

updated for 7.0
author yellowfive
date Tue, 19 Jul 2016 10:05:32 -0700
parents a892c863c86a
children a0894ffebd15
line wrap: on
line diff
--- a/ui/AmrUiDropDown.lua	Tue Apr 05 16:19:31 2016 -0700
+++ b/ui/AmrUiDropDown.lua	Tue Jul 19 10:05:32 2016 -0700
@@ -137,7 +137,7 @@
 		
 		-- not perfect, but more or less achieves the effect of lightening the bg color slightly on hover
 		local texHigh = item:CreateTexture(nil, "BORDER")
-		texHigh:SetTexture(1, 1, 1, 0.1)
+		texHigh:SetColorTexture(1, 1, 1, 0.1)
 		texHigh:SetAllPoints(true)
 		item:SetHighlightTexture(texHigh)