Merge pull request #207 from Flamanis/master
Allow Custom Tooltip to read keydown
This commit is contained in:
commit
35553c00ee
1 changed files with 1 additions and 1 deletions
|
|
@ -977,7 +977,7 @@
|
|||
if (func) then
|
||||
|
||||
end
|
||||
local okey, errortext = _pcall (func, actor, instance.showing, instance)
|
||||
local okey, errortext = _pcall (func, actor, instance.showing, instance, keydown)
|
||||
if (not okey) then
|
||||
_detalhes:Msg ("|cFFFF9900error on custom display tooltip function|r:", errortext)
|
||||
return false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue