- 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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user