Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
bump framelevel for editmode
Browse files Browse the repository at this point in the history
  • Loading branch information
wardz committed Jul 13, 2023
1 parent e914c03 commit 88fb46b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Diminish_Options/testmode.lua
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,9 @@ function TestMode:CreateDummyAnchor(parent, unit, unitID)
frame:SetScript("OnMouseUp", OnDragStop)
frame:EnableMouse(true)
frame:SetMovable(true)
frame:SetFrameLevel(1)
frame:SetFrameLevel(9999)
frame:SetBackdrop(backdrop)
frame:SetBackdropColor(1, 0, 0, 1)
frame:SetFrameLevel(1)
frame:SetFrameStrata("HIGH")

frame:SetScript("OnEnter", OnEnter)
Expand Down

0 comments on commit 88fb46b

Please sign in to comment.