Skip to content

Commit

Permalink
Properly restore the MicroMenu parent frame on Wrath Classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Mar 22, 2023
1 parent 52839ab commit ae37957
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MicroMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae37957

Please sign in to comment.