Clear search bar when switching between skill calculators

This commit is contained in:
Robbie McLeod
2018-12-23 02:16:04 +00:00
parent 3d9c962c6f
commit 7d4d843fd0

View File

@@ -126,6 +126,9 @@ class SkillCalculator extends JPanel
// Remove all components (action slots) from this panel.
removeAll();
// Clear the search bar
searchBar.setText(null);
// Add in checkboxes for available skill bonuses.
renderBonusOptions();