chore: Fix deprecated ComboboxSpeedSearch constructor
This commit is contained in:
parent
72e2ccc121
commit
37d843147d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class ZigToolchainPathChooserComboBox extends ComponentWithBrowseButton<C
|
|||
super(new ComboBoxWithWidePopup<>(), null);
|
||||
this.onTextChanged = onTextChanged;
|
||||
|
||||
new ComboboxSpeedSearch(getChildComponent());
|
||||
ComboboxSpeedSearch.installOn(getChildComponent());
|
||||
getChildComponent().setEditor(comboBoxEditor);
|
||||
getChildComponent().setEditable(true);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue