Display inventory when visiting a mailbox.
Opened this issue · 4 comments
By default your bags open when visiting a mailbox.
Can you add this option so I can disable it?
This function fixes it with the default bags, it does not work with Bagnon though
function OpenAllBags() end
source:
http://www.wowinterface.com/forums/showthread.php?t=39870
-- Wasn't really sure where to reply so I replied both places.
This function fixes it with the default bags, it does not work with Bagnon
though
function OpenAllBags() end
source:
http://www.wowinterface.com/forums/showthread.php?t=39870
On Tue, Aug 20, 2013 at 10:02 PM, Bård Olsen [email protected]:
I believe this is controlled by the wow client, and possibly is a
protected function. :-/—
Reply to this email directly or view it on GitHubhttps://github.com//issues/173#issuecomment-22973311
.
Seems this is triggered by the MAIL_SHOW event handling code in Blizzard's MailFrame. Maybe just react to that event yourself and hiding those bags again?