Merge pull request #6779 from MagicfTail/Exacthover

Add a tooltip to loot tracker value, showing exact value
This commit is contained in:
Tomas Slusny
2018-12-01 13:21:19 +01:00
committed by GitHub

View File

@@ -167,6 +167,7 @@ class LootTrackerBox extends JPanel
buildItems();
priceLabel.setText(StackFormatter.quantityToStackSize(totalPrice) + " gp");
priceLabel.setToolTipText(StackFormatter.formatNumber(totalPrice) + " gp");
final long kills = getTotalKills();
if (kills > 1)