From ae3795756128f5b6341c85a133cb56ff77008a57 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Wed, 22 Mar 2023 08:33:50 +0100 Subject: [PATCH] Properly restore the MicroMenu parent frame on Wrath Classic --- MicroMenu.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MicroMenu.lua b/MicroMenu.lua index d4c49f4..240e916 100644 --- a/MicroMenu.lua +++ b/MicroMenu.lua @@ -178,6 +178,9 @@ end function MicroMenuMod:MicroMenuBarShow() -- Only "fix" button anchors if another frame that uses the MicroButtonBar isn't active. if not self.ownedByUI then + if UpdateMicroButtonsParent then + UpdateMicroButtonsParent(self.bar) + end self.bar:UpdateButtonLayout() end end