config frame totemplate ignore parent scale

This commit is contained in:
Sumsebrum 2022-03-03 23:38:50 +01:00
parent b14406f75f
commit ad4ba087f5

View File

@ -490,6 +490,7 @@ function TotemPlates:TestOnce()
self.testFrame:SetWidth(1) self.testFrame:SetWidth(1)
self.testFrame:SetHeight(32) self.testFrame:SetHeight(32)
self.testFrame:SetPoint("CENTER", UIParent, "CENTER", 0, -140) self.testFrame:SetPoint("CENTER", UIParent, "CENTER", 0, -140)
self.testFrame:SetIgnoreParentScale(true)
end end
local totemDataEntry = npcIdToTotemData[5913] local totemDataEntry = npcIdToTotemData[5913]
self.testFrame:Show() self.testFrame:Show()