skill calc: clear combined action slot on skill change
It doesn't make much sense to combine actions across skills.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/**
|
||||
* Copyright (c) 2018, Kruithne <kruithne@gmail.com>
|
||||
* Copyright (c) 2018, Psikoi <https://github.com/psikoi>
|
||||
* All rights reserved.
|
||||
@@ -129,6 +129,9 @@ class SkillCalculator extends JPanel
|
||||
// Clear the search bar
|
||||
searchBar.setText(null);
|
||||
|
||||
// Clear the combined action slots
|
||||
clearCombinedSlots();
|
||||
|
||||
// Add in checkboxes for available skill bonuses.
|
||||
renderBonusOptions();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user