loot tracker: validate boxes after rebuilding
The items container would show up empty if only ignored loot was dropped, validating the box before repainting fixes this
This commit is contained in:
@@ -175,6 +175,7 @@ class LootTrackerBox extends JPanel
|
||||
subTitleLabel.setText("x " + kills);
|
||||
}
|
||||
|
||||
validate();
|
||||
repaint();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user