Merge pull request #10095 from dekvall/unselect-on-skill-change

skill calc: clear combined action slot on skill change
This commit is contained in:
Adam
2019-10-22 19:49:37 -04:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
/* /**
* Copyright (c) 2018, Kruithne <kruithne@gmail.com> * Copyright (c) 2018, Kruithne <kruithne@gmail.com>
* Copyright (c) 2018, Psikoi <https://github.com/psikoi> * Copyright (c) 2018, Psikoi <https://github.com/psikoi>
* All rights reserved. * All rights reserved.
@@ -129,6 +129,9 @@ class SkillCalculator extends JPanel
// Clear the search bar // Clear the search bar
searchBar.setText(null); searchBar.setText(null);
// Clear the combined action slots
clearCombinedSlots();
// Add in checkboxes for available skill bonuses. // Add in checkboxes for available skill bonuses.
renderBonusOptions(); renderBonusOptions();