Merge pull request #6799 from trimbe/empty-lootbox-fix

loot tracker: validate boxes after rebuilding
This commit is contained in:
Tomas Slusny
2018-12-03 11:12:16 +01:00
committed by GitHub

View File

@@ -175,6 +175,7 @@ class LootTrackerBox extends JPanel
subTitleLabel.setText("x " + kills);
}
validate();
repaint();
}