force all button layers to be on MEDIUM strata and fix up framelevels

This commit is contained in:
Hendrik Leppkes
2008-06-08 10:24:12 +00:00
parent 90f2b872d8
commit cc621807c7
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -172,6 +172,7 @@ function ActionBar:UpdateButtons(numbuttons)
-- show active buttons
for i = 1, numbuttons do
buttons[i]:SetParent(self)
buttons[i]:SetLevels()
buttons[i]:Show()
buttons[i]:UpdateAction(true)
end