From 9f6a443476ef4949e4a274c5d5e6eecf2a9817e4 Mon Sep 17 00:00:00 2001 From: Hekili Date: Thu, 9 Jul 2020 11:33:06 -0400 Subject: [PATCH] Revise skinning of Hekili editor for new ElvUI options. --- MultilineEditor.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MultilineEditor.lua b/MultilineEditor.lua index 0545bca7a..5a7857ec5 100644 --- a/MultilineEditor.lua +++ b/MultilineEditor.lua @@ -4,7 +4,7 @@ local addon, ns = ... local Hekili = _G[ addon ] -local Type, Version = "HekiliCustomEditor", 2 +local Type, Version = "HekiliCustomEditor", 3 local AceGUI = LibStub and LibStub("AceGUI-3.0", true) if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end @@ -644,7 +644,7 @@ local function Constructor() if ElvUI then local E = ElvUI[1] - if E.private.skins.ace3.enable then + if E.private.skins.ace3Enable or ( E.private.skins.ace3 and E.private.skins.ace3.enable ) then -- ElvUI options changed 7/2020. local S = E:GetModule('Skins') local frame = hcv.frame