From b1aa164341efd7dedc3c5edbd681a0cf0f5c906b Mon Sep 17 00:00:00 2001 From: Aleksi Blinnikka Date: Mon, 26 Mar 2018 11:11:08 +0300 Subject: [PATCH] Hide raid frame tooltips immediately --- OmaRF/RaidFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OmaRF/RaidFrame.lua b/OmaRF/RaidFrame.lua index be5a347..89e728c 100644 --- a/OmaRF/RaidFrame.lua +++ b/OmaRF/RaidFrame.lua @@ -75,7 +75,7 @@ local function showTooltip(secure) end local function hideTooltip(secure) - if GameTooltip:IsOwned(secure) then GameTooltip:FadeOut() end + if GameTooltip:IsOwned(secure) then GameTooltip:Hide() end end local function setupFrame(frame, secure, unit) -- 2.39.5