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, 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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user