Skip to content

Commit

Permalink
WeakAuras.lua: Fixed FrameStrata problems
Browse files Browse the repository at this point in the history
  • Loading branch information
telkar-rg authored and Bunny67 committed Apr 25, 2024
1 parent 5695210 commit 58c9953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WeakAuras/WeakAuras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,7 @@ end
local frame = CreateFrame("FRAME", "WeakAurasFrame", UIParent);
WeakAuras.frames["WeakAuras Main Frame"] = frame;
frame:SetAllPoints(UIParent);
frame:SetFrameStrata("BACKGROUND");

local loadedFrame = CreateFrame("FRAME");
WeakAuras.frames["Addon Initialization Handler"] = loadedFrame;
Expand Down

1 comment on commit 58c9953

@scrublama
Copy link

@scrublama scrublama commented on 58c9953 Sep 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

90% time I still have strata issues, sometimes reload fixes it

Please sign in to comment.