Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sean Anderson / Shrom
ElvUI
Commits
3d6a610d
Commit
3d6a610d
authored
Oct 13, 2020
by
Simpy
🐹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
what the wtf
parent
034963aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
ElvUI/Modules/Skins/Blizzard/ObjectiveTracker.lua
ElvUI/Modules/Skins/Blizzard/ObjectiveTracker.lua
+9
-9
No files found.
ElvUI/Modules/Skins/Blizzard/ObjectiveTracker.lua
View file @
3d6a610d
...
@@ -170,7 +170,7 @@ function S:ObjectiveTrackerFrame()
...
@@ -170,7 +170,7 @@ function S:ObjectiveTrackerFrame()
if
not
(
E
.
private
.
skins
.
blizzard
.
enable
and
E
.
private
.
skins
.
blizzard
.
objectiveTracker
)
then
return
end
if
not
(
E
.
private
.
skins
.
blizzard
.
enable
and
E
.
private
.
skins
.
blizzard
.
objectiveTracker
)
then
return
end
local
minimize
=
_G
.
ObjectiveTrackerFrame
.
HeaderMenu
.
MinimizeButton
local
minimize
=
_G
.
ObjectiveTrackerFrame
.
HeaderMenu
.
MinimizeButton
minimize
:
StripTextures
()
minimize
:
StripTextures
(
nil
,
true
)
minimize
:
Size
(
16
,
16
)
minimize
:
Size
(
16
,
16
)
minimize
:
SetHighlightTexture
(
[[Interface\Buttons\UI-PlusButton-Hilight]]
,
'ADD'
)
minimize
:
SetHighlightTexture
(
[[Interface\Buttons\UI-PlusButton-Hilight]]
,
'ADD'
)
minimize
.
tex
=
minimize
:
CreateTexture
(
nil
,
'OVERLAY'
)
minimize
.
tex
=
minimize
:
CreateTexture
(
nil
,
'OVERLAY'
)
...
@@ -199,16 +199,16 @@ function S:ObjectiveTrackerFrame()
...
@@ -199,16 +199,16 @@ function S:ObjectiveTrackerFrame()
hooksecurefunc
(
_G
.
CAMPAIGN_QUEST_TRACKER_MODULE
,
'AddObjective'
,
SkinItemButton
)
--[Skin]: Campaign Quest Item Buttons
hooksecurefunc
(
_G
.
CAMPAIGN_QUEST_TRACKER_MODULE
,
'AddObjective'
,
SkinItemButton
)
--[Skin]: Campaign Quest Item Buttons
for
_
,
header
in
pairs
(
headers
)
do
for
_
,
header
in
pairs
(
headers
)
do
local
minimize
=
header
.
MinimizeButton
local
button
=
header
.
MinimizeButton
if
minimize
then
if
button
then
minimize
:
GetNormalTexture
():
SetAlpha
(
0
)
button
:
GetNormalTexture
():
SetAlpha
(
0
)
minimize
:
GetPushedTexture
():
SetAlpha
(
0
)
button
:
GetPushedTexture
():
SetAlpha
(
0
)
minimize
.
tex
=
minimize
:
CreateTexture
(
nil
,
'OVERLAY'
)
button
.
tex
=
button
:
CreateTexture
(
nil
,
'OVERLAY'
)
minimize
.
tex
:
SetTexture
(
E
.
Media
.
Textures
.
MinusButton
)
button
.
tex
:
SetTexture
(
E
.
Media
.
Textures
.
MinusButton
)
minimize
.
tex
:
SetInside
()
button
.
tex
:
SetInside
()
hooksecurefunc
(
minimize
,
'SetCollapsed'
,
UpdateMinimizeButton
)
hooksecurefunc
(
button
,
'SetCollapsed'
,
UpdateMinimizeButton
)
end
end
end
end
end
end
...
...
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