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
82bae7e5
Verified
Commit
82bae7e5
authored
Oct 13, 2020
by
Merathilis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dont hide the close button on the Help skin
parent
61066777
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ElvUI/Modules/Skins/Blizzard/Help.lua
ElvUI/Modules/Skins/Blizzard/Help.lua
+1
-2
No files found.
ElvUI/Modules/Skins/Blizzard/Help.lua
View file @
82bae7e5
...
...
@@ -27,7 +27,7 @@ function S:HelpFrame()
local
frame
=
_G
.
HelpFrame
frame
:
StripTextures
()
frame
:
CreateBackdrop
(
'Transparent'
)
S
:
HandleCloseButton
(
_G
.
HelpFrameCloseButton
)
S
:
HandleCloseButton
(
_G
.
HelpFrameCloseButton
,
frame
.
backdrop
)
local
browser
=
_G
.
HelpBrowser
browser
.
BrowserInset
:
StripTextures
()
...
...
@@ -144,7 +144,6 @@ function S:HelpFrame()
HelpFrame
:
CreateBackdrop
(
'Transparent'
)
S
:
HandleEditBox
(
_G
.
HelpFrameKnowledgebaseSearchBox
)
S
:
HandleScrollBar
(
_G
.
HelpFrameKnowledgebaseScrollFrameScrollBar
,
5
)
S
:
HandleCloseButton
(
_G
.
HelpFrameCloseButton
,
HelpFrame
.
backdrop
)
S
:
HandleCloseButton
(
_G
.
HelpFrameKnowledgebaseErrorFrameCloseButton
,
_G
.
HelpFrameKnowledgebaseErrorFrame
.
backdrop
)
--Hearth Stone Button
...
...
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