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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user