Skip to content

Commit

Permalink
Clear ghost slots on tab changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven committed Jun 25, 2022
1 parent af22ca9 commit 2f25c69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ protected void mouseClicked(int x, int y, int par3) {
if(x > tabLeftX && x < tabRightX + 24) {
if(y > minY && y < maxY) {
tabs.get(activeTab).deactivate();
getGhostSlots().clear();
activeTab = (y - minY) / 24;
initGui();
return;
Expand Down

0 comments on commit 2f25c69

Please sign in to comment.