WoWInterface SVN GuildBankList

Compare Revisions

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

Rev 6 → Rev 5

gbl.lua
150,6 → 150,7
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()