Clear search bar when switching between skill calculators
This commit is contained in:
@@ -126,6 +126,9 @@ class SkillCalculator extends JPanel
|
|||||||
// Remove all components (action slots) from this panel.
|
// Remove all components (action slots) from this panel.
|
||||||
removeAll();
|
removeAll();
|
||||||
|
|
||||||
|
// Clear the search bar
|
||||||
|
searchBar.setText(null);
|
||||||
|
|
||||||
// Add in checkboxes for available skill bonuses.
|
// Add in checkboxes for available skill bonuses.
|
||||||
renderBonusOptions();
|
renderBonusOptions();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user