From b9c80a1a9ddda3a1ebc3632a6c5134ff2dfb87d9 Mon Sep 17 00:00:00 2001 From: funkydude Date: Fri, 2 Sep 2022 05:20:29 +0100 Subject: [PATCH] Buttons: Fix the calendar button being under the minimap on wrath --- Buttons_Wrath.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Buttons_Wrath.lua b/Buttons_Wrath.lua index 8f99156..75fad06 100644 --- a/Buttons_Wrath.lua +++ b/Buttons_Wrath.lua @@ -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