ColorPicker fix frame level

This commit is contained in:
Crum
2018-11-09 22:08:48 -06:00
parent aef9b8ef0b
commit 7f29cfc6bb
2 changed files with 1 additions and 2 deletions
@@ -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()