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:
trimbe
2018-12-02 20:52:31 -05:00
parent 77110c4b03
commit 1c317f7260

View File

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