mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 01:46:03 +00:00
actionbar: fix pet- and stancebar overlap
This commit is contained in:
@@ -221,6 +221,9 @@ pfUI:RegisterModule("actionbar", function ()
|
||||
if pfUI.bars.bottomleft:IsShown() then
|
||||
anchor = pfUI.bars.bottomleft
|
||||
end
|
||||
if pfUI.bars.pet:IsShown() then
|
||||
anchor = pfUI.bars.pet
|
||||
end
|
||||
pfUI.bars.shapeshift:SetPoint("BOTTOM", anchor, "TOP", 0, default_border * 3)
|
||||
UpdateMovable(pfUI.bars.shapeshift)
|
||||
if C.bars.background == "1" then CreateBackdrop(pfUI.bars.shapeshift, default_border) end
|
||||
|
||||
Reference in New Issue
Block a user