From 5c77d2185f6d3bfb014bd2ff79aa9b6ba0b9e7b6 Mon Sep 17 00:00:00 2001 From: Sqoops Date: Sun, 16 Jul 2017 12:38:19 +0200 Subject: [PATCH] actionbar: fix pet- and stancebar overlap --- modules/actionbar.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/actionbar.lua b/modules/actionbar.lua index 83e8e2e0..9e674fb6 100644 --- a/modules/actionbar.lua +++ b/modules/actionbar.lua @@ -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