diff KBF.lua @ 5:43340216545c

get rid of the debugging backdrop on the group header
author Chris Mellon <arkanes@gmai.com>
date Tue, 12 Oct 2010 17:49:28 -0500
parents 75634f25a762
children bc661466f10c
line wrap: on
line diff
--- a/KBF.lua	Tue Oct 12 17:45:59 2010 -0500
+++ b/KBF.lua	Tue Oct 12 17:49:28 2010 -0500
@@ -206,12 +206,12 @@
     frame:SetAttribute("sortMethod", "NAME")
     frame:SetAttribute("sortOrder", "-")
     frame:SetPoint("TOP", anchor, "BOTTOM", 0, 0)
-    frame:SetBackdrop({bgFile = "Interface/Tooltips/UI-Tooltip-Background", 
-                         edgeFile = "Interface/Tooltips/UI-Tooltip-Border", 
-                         tile = true, tileSize = 16, edgeSize = 16,
-                         insets = { left = 4, right = 4, top = 4, bottom = 4 },
-                         })
-    frame:Show()
+--   frame:SetBackdrop({bgFile = "Interface/Tooltips/UI-Tooltip-Background", 
+--                        edgeFile = "Interface/Tooltips/UI-Tooltip-Border", 
+--                        tile = true, tileSize = 16, edgeSize = 16,
+--                        insets = { left = 4, right = 4, top = 4, bottom = 4 },
+--                        })
+    frame:Show() -- has to be shown, otherwise the child frames don't show
     self.secureFrame = frame
     return anchor
 end