- fix petbar normal texture appearing when clicking on a empty pet bar slot

- added ButtonFacade support to the petbar (has one glitch though, a empty pet bar button with a backdrop from BF will not hide the backdrop <.<)
This commit is contained in:
Hendrik Leppkes
2008-05-03 14:02:38 +00:00
parent 07cba0a0a0
commit c07eae6991
2 changed files with 24 additions and 19 deletions
-1
View File
@@ -435,7 +435,6 @@ function Button:ShowGrid()
end
function Button:HideGrid()
local button = self.frame
if self.showgrid > 0 then self.showgrid = self.showgrid - 1 end
if ( self.showgrid == 0 and not HasAction(self.action) and not self.parent.config.showgrid ) then
self:HideButton()