mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-23 16:16:56 +00:00
actionbar: fix overlapping bonus action buttons
This commit is contained in:
@@ -14,6 +14,7 @@ pfUI:RegisterModule("actionbar", function ()
|
||||
|
||||
function ShowBonusActionBar()
|
||||
for i=1, NUM_ACTIONBAR_BUTTONS do getglobal("ActionButton" .. i):Hide() end
|
||||
if pfBonusBar then pfBonusBar:Show() end
|
||||
Hook_ShowBonusActionBar()
|
||||
end
|
||||
|
||||
@@ -23,6 +24,7 @@ pfUI:RegisterModule("actionbar", function ()
|
||||
|
||||
function HideBonusActionBar()
|
||||
for i=1, NUM_ACTIONBAR_BUTTONS do getglobal("ActionButton" .. i):Show() end
|
||||
if pfBonusBar then pfBonusBar:Hide() end
|
||||
Hook_HideBonusActionBar()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user