Quantcast

The MainPanel will now raise above other frames when clicked.

James D. Callahan III [04-24-10 - 02:40]
The MainPanel will now raise above other frames when clicked.
Filename
Frame.lua
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)