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
Shadow & Light
Shadow and Light
Commits
c04be3b2
Verified
Commit
c04be3b2
authored
Oct 14, 2020
by
Repooc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix raid marker bar with cl/toc update
parent
83f9fb9a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
CHANGELOG.txt
CHANGELOG.txt
+4
-0
ElvUI_SLE/ElvUI_SLE.toc
ElvUI_SLE/ElvUI_SLE.toc
+1
-1
ElvUI_SLE/modules/raidmarkers.lua
ElvUI_SLE/modules/raidmarkers.lua
+1
-1
No files found.
CHANGELOG.txt
View file @
c04be3b2
v4.03 [October 13, 2020]
Fixes:
- Fix Raid Marker bar not displaying
v4.02 [October 13, 2020]
Fixes:
- Fix LibQTip error
...
...
ElvUI_SLE/ElvUI_SLE.toc
View file @
c04be3b2
## Interface: 90001
## Title: |cff1784d1ElvUI|r |cff9482c9Shadow
&
Light|r
## Author: Darth Predator, Repooc
## Version: 4.0
2
## Version: 4.0
3
## Notes: Plugin-edit for |cff1784d1ElvUI|r adding additional features.
## Notes-ruRU: Плагин-редакция для |cff1784d1ElvUI|r, добавляющий новые функции.
## URL: http://tukui.org/
...
...
ElvUI_SLE/modules/raidmarkers.lua
View file @
c04be3b2
...
...
@@ -49,7 +49,7 @@ end
function
RM
:
CreateButton
(
index
)
local
info
=
layouts
[
index
]
local
target
,
worldmarker
=
info
.
RT
,
info
.
WM
local
button
=
CreateFrame
(
"Button"
,
format
(
"SLE_RaidMarkerBarButton%d"
,
index
),
RM
.
frame
,
"SecureActionButtonTemplate"
)
local
button
=
CreateFrame
(
"Button"
,
format
(
"SLE_RaidMarkerBarButton%d"
,
index
),
RM
.
frame
,
"SecureActionButtonTemplate
, BackdropTemplate
"
)
button
:
Size
(
E
.
db
.
sle
.
raidmarkers
.
buttonSize
)
button
:
SetTemplate
(
'Transparent'
)
...
...
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