fix tooltip disabling

This commit is contained in:
Hendrik Leppkes
2008-05-03 19:32:47 +00:00
parent 7c13c29f41
commit 133efaaf1e
+3 -1
View File
@@ -130,7 +130,9 @@ function onReceiveDrag(button)
end
function onEnter(self)
self:SetTooltip()
if not (Bartender4.db.profile.tooltip == "nocombat" and InCombatLockdown()) and Bartender4.db.profile.tooltip ~= "disabled" then
self:SetTooltip()
end
KeyBound:Set(self)
end