Skip to content

Commit

Permalink
Buttons: Fix the calendar button being under the minimap on wrath
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 2, 2022
1 parent 913a467 commit b9c80a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Buttons_Wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@ do
f:SetParent(Minimap)
f:SetPoint("CENTER", Minimap, "CENTER", -60, 55)
end
-- On Wrath Classic the Calendar is not parented to the Minimap
if n == "GameTimeFrame" then
f:SetParent(Minimap)
end

animFrames[#animFrames+1] = f

Expand Down

0 comments on commit b9c80a1

Please sign in to comment.