WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 45 to Rev 46
    Reverse comparison

Rev 45 → Rev 46

NeedyGreedy.lua
1207,7 → 1207,7
local tooltip = nil
if self.detachedTooltip and self.detachedTooltip:IsShown() then
tooltip = self.detachedTooltip
elseif self.dbTooltip and self.dbTooltip:IsShown() then
elseif self.dbTooltip and self.dbTooltip:IsShown() and (not self.db.profile.detachedTooltip) then
tooltip = self.dbTooltip
else
return