This commit is contained in:
Crum
2018-01-03 14:08:34 -06:00
parent 1c1a987f15
commit 89774c68ab
8 changed files with 12 additions and 12 deletions
@@ -6,7 +6,7 @@
local E, L, V, P, G = unpack(ElvUI)
local _G = getfenv()
local _G = _G
local UPDATE_DELAY = 0.1
local ActionHasRange = ActionHasRange
@@ -3,7 +3,7 @@ local S = E:GetModule("Skins");
--Cache global variables
--Lua functions
local _G = getfenv()
local _G = _G
local unpack = unpack
local pairs = pairs
--WoW API / Variables
@@ -327,7 +327,7 @@ function S:SkinAce3()
if(not E.GUIFrame) then
E.GUIFrame = frame
end
for _, child in ipairs({frame:GetChildren()}) do
if child:GetObjectType() == "Button" and child:GetText() then
SkinButton(child)