From 7f29cfc6bbc1b16c72076590996a34a13d92284b Mon Sep 17 00:00:00 2001 From: Crum Date: Fri, 9 Nov 2018 22:08:48 -0600 Subject: [PATCH] ColorPicker fix frame level --- ElvUI/Core/install.lua | 1 - .../Libraries/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ElvUI/Core/install.lua b/ElvUI/Core/install.lua index e827cff..b1a5b63 100644 --- a/ElvUI/Core/install.lua +++ b/ElvUI/Core/install.lua @@ -170,7 +170,6 @@ local function SetupChat() ChatFrame_AddMessageGroup(ChatFrame1, "IGNORED") ChatFrame_AddMessageGroup(ChatFrame1, "CHANNEL") - ChatFrame_RemoveAllMessageGroups(ChatFrame2) ChatFrame_ActivateCombatMessages(ChatFrame2) ChatFrame_AddChannel(ChatFrame1, GENERAL) diff --git a/ElvUI_Config/Libraries/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua b/ElvUI_Config/Libraries/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua index 15254fb..7e60b16 100644 --- a/ElvUI_Config/Libraries/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua +++ b/ElvUI_Config/Libraries/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua @@ -51,7 +51,7 @@ local function ColorSwatch_OnClick() local self = this.obj if not self.disabled then ColorPickerFrame:SetFrameStrata("FULLSCREEN_DIALOG") - ColorPickerFrame:SetFrameLevel(this:GetFrameLevel() + 10) + ColorPickerFrame:SetFrameLevel(this:GetFrameLevel() + 2) ColorPickerFrame:SetClampedToScreen(true) ColorPickerFrame.func = function()