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
35e8859e
Commit
35e8859e
authored
Aug 20, 2019
by
Tukz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to fix #110, not tested.
parent
75c46a8f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Tukui/Modules/Tooltips/Core.lua
Tukui/Modules/Tooltips/Core.lua
+4
-0
No files found.
Tukui/Modules/Tooltips/Core.lua
View file @
35e8859e
...
...
@@ -394,6 +394,10 @@ function Tooltip:Enable()
if
C
[
"Tooltips"
].
ShowSpec
then
T
.
Tooltips
.
Talent
:
RegisterEvent
(
"MODIFIER_STATE_CHANGED"
)
end
-- WoW 8.2 bug? Tooltip ClampedToScreen switching to false randomly for no reason
GameTooltip
:
SetClampedToScreen
(
true
)
GameTooltip
.
SetClampedToScreen
=
function
()
end
end
T
[
"Tooltips"
]
=
Tooltip
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