Mercurial > wow > hansgar_and_franzok_assist
diff Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua @ 51:dbf04157d63e v7.3.0.051
- ToC Update.
| author | Tercio |
|---|---|
| date | Sat, 02 Sep 2017 12:42:52 -0300 |
| parents | 52973d00a183 |
| children |
line wrap: on
line diff
--- a/Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua Wed Jul 05 15:20:31 2017 -0300 +++ b/Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua Sat Sep 02 12:42:52 2017 -0300 @@ -2,7 +2,7 @@ ScrollFrame Container Plain container that scrolls its content and doesn't grow in height. -------------------------------------------------------------------------------]] -local Type, Version = "ScrollFrame", 23 +local Type, Version = "ScrollFrame", 24 local AceGUI = LibStub and LibStub("AceGUI-3.0", true) if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end @@ -176,7 +176,7 @@ local scrollbg = scrollbar:CreateTexture(nil, "BACKGROUND") scrollbg:SetAllPoints(scrollbar) - scrollbg:SetTexture(0, 0, 0, 0.4) + scrollbg:SetColorTexture(0, 0, 0, 0.4) --Container Support local content = CreateFrame("Frame", nil, scrollframe)
