fix frame order some more

- Closes #29
Reintroduces UI scale issues when playing at 1080p pixel-perfect (0.711 scale).
You need to account for this by adjusting the Aura size slightly up or down by a small number, depending on scaling.
We have this anyway across the addon, so it is what it is...
This commit is contained in:
NoM0Re
2025-03-05 21:57:53 +01:00
parent 44e1978284
commit 3ed8d72ea3
2 changed files with 11 additions and 8 deletions
+3
View File
@@ -37,6 +37,9 @@ do
end
local function subSetFrameLevel(self, level)
if self.parent.fgFrame then
self.parent.fgFrame:SetFrameLevel(level)
end
if self.parent.bar then
self.parent.bar:SetFrameLevel(level)
end