Fix combined action slot not updating when an input field was changed

This commit is contained in:
drivfe
2018-05-22 19:20:47 -04:00
parent 53041894af
commit c6fb7c62fd

View File

@@ -227,6 +227,8 @@ class SkillCalculator extends JPanel
slot.setAvailable(currentLevel >= slot.action.level);
slot.value = xp;
}
updateCombinedAction();
}
private String formatXPActionString(double xp, int actionCount)