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

updated for 7.0
author yellowfive
date Tue, 19 Jul 2016 10:05:32 -0700
parents 01b63b8ed811
children a0894ffebd15
line wrap: on
line diff
--- a/ui/AmrUiScrollFrame.lua	Tue Apr 05 16:19:31 2016 -0700
+++ b/ui/AmrUiScrollFrame.lua	Tue Jul 19 10:05:32 2016 -0700
@@ -230,7 +230,7 @@
 	local scrollbg = scrollbar:CreateTexture(nil, "BACKGROUND")
 	scrollbg:SetPoint("TOPLEFT", scrollbar, "TOPLEFT", 0, 16)
 	scrollbg:SetPoint("BOTTOMRIGHT", scrollbar, "BOTTOMRIGHT", 0, -16)
-	scrollbg:SetTexture(0, 0, 0, 0.3)
+	scrollbg:SetColorTexture(0, 0, 0, 0.3)
 	
 	--Container Support
 	local content = CreateFrame("Frame", nil, scrollframe)