diff --git a/TBF/UI/Bench/Components/SelectComponentClassDlg.cs b/TBF/UI/Bench/Components/SelectComponentClassDlg.cs index aa40e86c4..16b2e2f3d 100644 --- a/TBF/UI/Bench/Components/SelectComponentClassDlg.cs +++ b/TBF/UI/Bench/Components/SelectComponentClassDlg.cs @@ -43,7 +43,10 @@ namespace TBF.UI.Bench.Components { availCmpntsLstBox.SelectedIndex = selectedIndex; } - } + + /// SharedDlgSearchForListBox configuration + sharedSearchForListBox1.ListBoxEx = availCmpntsLstBox; + } void Localize() {