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
cc5e442b
Commit
cc5e442b
authored
Mar 27, 2019
by
Tukz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WorldMap Tooltip Display bug fix.
parent
9489f9e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Tukui/Modules/Tooltips/Core.lua
Tukui/Modules/Tooltips/Core.lua
+3
-3
No files found.
Tukui/Modules/Tooltips/Core.lua
View file @
cc5e442b
...
@@ -376,12 +376,12 @@ function Tooltip:Enable()
...
@@ -376,12 +376,12 @@ function Tooltip:Enable()
for
_
,
Tooltip
in
pairs
(
Tooltip
.
Tooltips
)
do
for
_
,
Tooltip
in
pairs
(
Tooltip
.
Tooltips
)
do
if
Tooltip
==
GameTooltip
then
if
Tooltip
==
GameTooltip
then
Tooltip
:
Set
Script
(
"OnUpdate"
,
self
.
OnUpdate
)
Tooltip
:
Hook
Script
(
"OnUpdate"
,
self
.
OnUpdate
)
Tooltip
:
SetScript
(
"OnTooltipSetUnit"
,
self
.
OnTooltipSetUnit
)
Tooltip
:
SetScript
(
"OnTooltipSetUnit"
,
self
.
OnTooltipSetUnit
)
Tooltip
:
Set
Script
(
"OnTooltipSetItem"
,
self
.
OnTooltipSetItem
)
Tooltip
:
Hook
Script
(
"OnTooltipSetItem"
,
self
.
OnTooltipSetItem
)
end
end
Tooltip
:
Set
Script
(
"OnShow"
,
self
.
Skin
)
Tooltip
:
Hook
Script
(
"OnShow"
,
self
.
Skin
)
end
end
ItemRefCloseButton
:
SkinCloseButton
()
ItemRefCloseButton
:
SkinCloseButton
()
...
...
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