Merge pull request #3126 from drivfe/bugfix/combinedactionslot

Skill Calc - Fix combined action slot not updating when an input field was changed
This commit is contained in:
Tomas Slusny
2018-06-12 23:51:16 +02:00
committed by GitHub

View File

@@ -249,6 +249,8 @@ class SkillCalculator extends JPanel
slot.setOverlapping(action.getLevel() < targetLevel);
slot.setValue((int) xp);
}
updateCombinedAction();
}
private String formatXPActionString(double xp, int actionCount, String expExpression)