From 181b0ad6acbea08fee143ac29fea40b84cc3b48c Mon Sep 17 00:00:00 2001 From: Flamanis Date: Fri, 14 May 2021 18:40:44 -0500 Subject: [PATCH] Allow Custom Tooltip to read keydown --- classes/class_custom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/class_custom.lua b/classes/class_custom.lua index bdf41cd0..58511b99 100644 --- a/classes/class_custom.lua +++ b/classes/class_custom.lua @@ -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