WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 104 to Rev 105
    Reverse comparison

Rev 104 → Rev 105

NeedyGreedy.lua
648,7 → 648,7
self:ShowDetachedTooltip()
-- Check if a new roll was started before the delayed script was called
if self.db.profile.autoHideDelay > 0 and ROLL_TIMER then
self:CancelTimer(ROLL_TIMER)
self:CancelTimer(ROLL_TIMER, true)
end
end