Skip to content

Commit

Permalink
Fix issue #167 with Blizzard Micro Menu option.
Browse files Browse the repository at this point in the history
  • Loading branch information
tukz committed Jul 29, 2024
1 parent 807ab77 commit 909723b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tukui/Modules/Miscellaneous/MicroMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ function MicroMenu:Blizzard()
local Button = _G[Buttons[i]]
local PreviousButton = _G[Buttons[i - 1]]

Button:SetParent(MicroMenu)
Button:ClearAllPoints()

-- Reposition them
Expand Down

0 comments on commit 909723b

Please sign in to comment.