From 51c848ca50732f54f76aaa1eff24ed28b52af5bd Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 23 Apr 2010 22:40:28 -0400 Subject: [PATCH] The MainPanel will now raise above other frames when clicked. --- Frame.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Frame.lua b/Frame.lua index 051eb1d..b8cf0f3 100644 --- a/Frame.lua +++ b/Frame.lua @@ -962,6 +962,8 @@ local TranslateSortName do MainPanel:SetWidth(MAINPANEL_NORMAL_WIDTH) MainPanel:SetHeight(447) + MainPanel:SetFrameStrata("MEDIUM") + MainPanel:SetToplevel(true) MainPanel:SetHitRectInsets(5, 5, 5, 5) MainPanel:EnableMouse(true) -- 1.7.9.5