Add calls to Wrath With Retail for frame setup

This commit is contained in:
Flamanis
2022-12-05 10:47:50 -06:00
parent 0f69a261f6
commit 31bf84882b
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -239,7 +239,7 @@ function Details:CreateEventTrackerFrame(parent, name)
local f = CreateFrame("frame", name, parent or UIParent,"BackdropTemplate")
f:SetPoint("center", UIParent, "center")
if (not DetailsFramework.IsDragonflight()) then
if (not DetailsFramework.IsDragonflight() and not DetailsFramework.IsWotLKWowWithRetailAPI()) then
f:SetMinResize (150, 40)
f:SetMaxResize (800, 1024)
else
@@ -788,4 +788,4 @@ function Details:CreateEventTrackerFrame(parent, name)
_detalhes.Broadcaster_EventTrackerLoaded = true
_detalhes.Broadcaster_EventTrackerFrame = f
f:Hide()
end
end