git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
f8af9dd - Refresh exp bar after load screens
[wowui.git]
/
OmaRF
/
RaidFrame.lua
diff --git
a/OmaRF/RaidFrame.lua
b/OmaRF/RaidFrame.lua
index
be5a347
..
89e728c
100644
(file)
--- 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)