WoWInterface SVN EasyDND

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 79 to Rev 80
    Reverse comparison

Rev 79 → Rev 80

EasyDND/EasyDND.lua
392,7 → 392,7
if self then frame = self:GetName() or "none" end
if event == "BANKFRAME_CLOSED" or ( frame and frame == "GuildBankFrame" ) or ( frame and frame == "MailFrame" ) then
local fake = CreateFrame("Frame", nil, UIParent)
fake:SetScript("OnUpdate", function(a, elapsed)
fake:SetScript("OnUpdate", function(a, elapsed, ...)
if _.h then
_.h = false
fake:SetScript("OnUpdate",nil)