mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update DebugTools
This commit is contained in:
+414
-416
File diff suppressed because it is too large
Load Diff
@@ -5,20 +5,19 @@ local S = E:GetModule("Skins");
|
|||||||
--Lua functions
|
--Lua functions
|
||||||
local _G = _G
|
local _G = _G
|
||||||
local unpack = unpack
|
local unpack = unpack
|
||||||
local getn = table.getn
|
|
||||||
--WoW API / Variables
|
--WoW API / Variables
|
||||||
local hooksecurefunc = hooksecurefunc
|
local hooksecurefunc = hooksecurefunc
|
||||||
|
|
||||||
local function LoadSkin()
|
local function LoadSkin()
|
||||||
if E.private.skins.blizzard.enable ~= true or E.private.skins.blizzard.debug ~= true then return end
|
if E.private.skins.blizzard.enable ~= true or E.private.skins.blizzard.debug ~= true then return end
|
||||||
|
|
||||||
-- ScriptErrorsFrame:SetParent(E.UIParent)
|
|
||||||
ScriptErrorsFrame:SetScale(UIParent:GetScale())
|
ScriptErrorsFrame:SetScale(UIParent:GetScale())
|
||||||
E:SetTemplate(ScriptErrorsFrame, "Transparent")
|
E:SetTemplate(ScriptErrorsFrame, "Transparent")
|
||||||
S:HandleScrollBar(ScriptErrorsFrameScrollFrameScrollBar)
|
S:HandleScrollBar(ScriptErrorsFrameScrollFrameScrollBar)
|
||||||
S:HandleCloseButton(ScriptErrorsFrameClose)
|
S:HandleCloseButton(ScriptErrorsFrameClose)
|
||||||
E:FontTemplate(ScriptErrorsFrameScrollFrameText, nil, 13)
|
E:FontTemplate(ScriptErrorsFrameScrollFrameText, nil, 13)
|
||||||
E:CreateBackdrop(ScriptErrorsFrameScrollFrame, "Default")
|
E:CreateBackdrop(ScriptErrorsFrameScrollFrame, "Default")
|
||||||
|
E:Point(ScriptErrorsFrameScrollFrame.backdrop, "BOTTOMRIGHT", 0, -3)
|
||||||
ScriptErrorsFrameScrollFrame:SetFrameLevel(ScriptErrorsFrameScrollFrame:GetFrameLevel() + 2)
|
ScriptErrorsFrameScrollFrame:SetFrameLevel(ScriptErrorsFrameScrollFrame:GetFrameLevel() + 2)
|
||||||
|
|
||||||
E:SetTemplate(EventTraceFrame, "Transparent")
|
E:SetTemplate(EventTraceFrame, "Transparent")
|
||||||
|
|||||||
Reference in New Issue
Block a user