From 779ca0cd9e0a805036aea4a34b0b1fc07ed2ebf7 Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Wed, 10 Jun 2026 02:14:41 +0200 Subject: [PATCH] fix: anchor VanityBuffs reset fallback to UIParent, not the hidden mover --- MoveAnything/MoveAnythingVirtualMovers.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MoveAnything/MoveAnythingVirtualMovers.xml b/MoveAnything/MoveAnythingVirtualMovers.xml index 071aa64..7e86091 100644 --- a/MoveAnything/MoveAnythingVirtualMovers.xml +++ b/MoveAnything/MoveAnythingVirtualMovers.xml @@ -1514,7 +1514,7 @@ local vanityBuffs = _G["VanityBuffs"] if vanityBuffs then MovAny:UnlockPoint(vanityBuffs) - vanityBuffs:SetPoint("TOPRIGHT", consolidatedBuffs or self, "TOPRIGHT", -6, 0) + vanityBuffs:SetPoint("TOPRIGHT", consolidatedBuffs or UIParent, "TOPRIGHT", -6, 0) end self:Hide()