Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Hekili
ElvUI
Commits
b061aa3b
Commit
b061aa3b
authored
May 30, 2019
by
Simpy
🐹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move it down >x<
parent
29a973da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
ElvUI/Modules/Skins/Blizzard/LFG.lua
ElvUI/Modules/Skins/Blizzard/LFG.lua
+6
-6
No files found.
ElvUI/Modules/Skins/Blizzard/LFG.lua
View file @
b061aa3b
...
...
@@ -64,12 +64,6 @@ local function SkinItemButton(parentFrame, _, index)
item
.
Icon
:
SetParent
(
item
.
backdrop
)
item
.
Icon
:
SetInside
()
local
r
,
g
,
b
,
a
=
item
.
IconBorder
:
GetVertexColor
()
if
r
then
item
.
IconBorder
:
SetTexture
()
item
.
backdrop
:
SetBackdropBorderColor
(
r
,
g
,
b
,
a
)
end
hooksecurefunc
(
item
.
IconBorder
,
"SetVertexColor"
,
function
(
self
,
r
,
g
,
b
)
self
:
GetParent
().
backdrop
:
SetBackdropBorderColor
(
r
,
g
,
b
)
self
:
SetTexture
()
...
...
@@ -78,6 +72,12 @@ local function SkinItemButton(parentFrame, _, index)
self
:
GetParent
().
backdrop
:
SetBackdropBorderColor
(
unpack
(
E
.
media
.
bordercolor
))
end
)
local
r
,
g
,
b
,
a
=
item
.
IconBorder
:
GetVertexColor
()
if
r
then
item
.
IconBorder
:
SetTexture
()
item
.
backdrop
:
SetBackdropBorderColor
(
r
,
g
,
b
,
a
)
end
item
.
Count
:
SetDrawLayer
(
"OVERLAY"
)
item
.
Count
:
SetParent
(
item
.
backdrop
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment