Skip to content

Commit

Permalink
Revise skinning of Hekili editor for new ElvUI options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Jul 9, 2020
1 parent 8062d64 commit 9f6a443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MultilineEditor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9f6a443

Please sign in to comment.