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
Rayford
Tukui
Commits
f7c170de
Commit
f7c170de
authored
May 18, 2019
by
Tukz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing GameMenu on PTR.
parent
cc5e442b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Tukui/Modules/Miscellaneous/GameMenu.lua
Tukui/Modules/Miscellaneous/GameMenu.lua
+4
-0
No files found.
Tukui/Modules/Miscellaneous/GameMenu.lua
View file @
f7c170de
...
@@ -53,6 +53,10 @@ function GameMenu:Enable()
...
@@ -53,6 +53,10 @@ function GameMenu:Enable()
Menu
:
SetTemplate
(
"Transparent"
)
Menu
:
SetTemplate
(
"Transparent"
)
Menu
:
CreateShadow
()
Menu
:
CreateShadow
()
if
T
.
TocVersion
>=
80200
then
Menu
.
Border
:
StripTextures
()
end
for
_
,
Button
in
pairs
({
Menu
:
GetChildren
()})
do
for
_
,
Button
in
pairs
({
Menu
:
GetChildren
()})
do
if
Button
.
IsObjectType
and
Button
:
IsObjectType
(
"Button"
)
then
if
Button
.
IsObjectType
and
Button
:
IsObjectType
(
"Button"
)
then
...
...
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