forked from runelite/runelite
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
banktags: use only dynamic components for tab layer
Static components are unsafe due to it causing component ids to the new static components to be stored and referenced by the client later, like in the menu, which does not do bounds checking. This fixes a crash where you right click open the menu on a tag tab, close the bank, then click the menu.
- Loading branch information
Showing
1 changed file
with
56 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters