From 19781a9869456ab39b7bcd9fec33fcc935d59b98 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 17 Aug 2016 08:50:44 +0300 Subject: [PATCH] Set mover frame level for ui buttons to damn high. This fixes #205 again --- ElvUI_SLE/modules/uibuttons.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ElvUI_SLE/modules/uibuttons.lua b/ElvUI_SLE/modules/uibuttons.lua index 240fcb7..c7e237c 100644 --- a/ElvUI_SLE/modules/uibuttons.lua +++ b/ElvUI_SLE/modules/uibuttons.lua @@ -143,6 +143,7 @@ function UB:Initialize() UB.FrameSize = menu.FrameSize UB:RightClicks(menu) + UB.Holder.mover:SetFrameLevel(305) end SLE:RegisterModule(UB:GetName()) \ No newline at end of file -- 1.7.9.5