WoWInterface SVN GuildBankList

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 5 to Rev 6
    Reverse comparison

Rev 5 → Rev 6

GuildBankList/gbl.lua
150,7 → 150,6
local tab = GetCurrentGuildBankTab()
if tab ~= prevtab then --only scroll to top if changing tabs, not when working with items
gbl:SetVerticalScroll(1)
print("scrolled to top")
prevtab = tab
end
gbl:Show()