diff --git a/Core/Tooltip.lua b/Core/Tooltip.lua index 322479e..7d05c51 100644 --- a/Core/Tooltip.lua +++ b/Core/Tooltip.lua @@ -111,13 +111,14 @@ local function ExtendTooltip(tooltip) end if lastSourceStr then AddSourceLine(tooltip, lastSourceStr) + tooltip:Show() end end end if tooltipMoney > 0 then original_SetTooltipMoney(tooltip, tooltipMoney) + tooltip:Show() end - tooltip:Show() end local lastSearchName