mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update
This commit is contained in:
@@ -75,8 +75,8 @@ function LoadSkin()
|
|||||||
E:Point(tab.backdrop, "TOPLEFT", 3, -7)
|
E:Point(tab.backdrop, "TOPLEFT", 3, -7)
|
||||||
E:Point(tab.backdrop, "BOTTOMRIGHT", -2, -1)
|
E:Point(tab.backdrop, "BOTTOMRIGHT", -2, -1)
|
||||||
|
|
||||||
tab:SetScript("OnEnter", function() S:SetModifiedBackdrop(this) end)
|
tab:SetScript("OnEnter", S.SetModifiedBackdrop)
|
||||||
tab:SetScript("OnLeave", function() S:SetOriginalBackdrop(this) end)
|
tab:SetScript("OnLeave", S.SetOriginalBackdrop)
|
||||||
end
|
end
|
||||||
|
|
||||||
S:HandleButton(FriendsFrameIgnorePlayerButton)
|
S:HandleButton(FriendsFrameIgnorePlayerButton)
|
||||||
|
|||||||
@@ -361,8 +361,8 @@ function S:HandleCloseButton(f, point, text)
|
|||||||
f.backdrop:SetPoint("BOTTOMRIGHT", -8, 8)
|
f.backdrop:SetPoint("BOTTOMRIGHT", -8, 8)
|
||||||
f:SetHitRectInsets(6, 6, 7, 7)
|
f:SetHitRectInsets(6, 6, 7, 7)
|
||||||
|
|
||||||
HookScript(f, "OnEnter", function() S:SetModifiedBackdrop(this) end)
|
HookScript(f, "OnEnter", S.SetModifiedBackdrop)
|
||||||
HookScript(f, "OnLeave", function() S:SetOriginalBackdrop(this) end)
|
HookScript(f, "OnLeave", S.SetOriginalBackdrop)
|
||||||
end
|
end
|
||||||
if not text then text = "x" end
|
if not text then text = "x" end
|
||||||
if not f.text then
|
if not f.text then
|
||||||
|
|||||||
Reference in New Issue
Block a user