Fixed SelectComponentDlg > missing assignment sharedSearchForListBox1.ListBoxEx = availCmpntsLstBox, because of this the application crashes
This commit is contained in:
parent
c09e266b2c
commit
f9181fee74
@ -43,7 +43,10 @@ namespace TBF.UI.Bench.Components
|
||||
{
|
||||
availCmpntsLstBox.SelectedIndex = selectedIndex;
|
||||
}
|
||||
}
|
||||
|
||||
/// SharedDlgSearchForListBox configuration
|
||||
sharedSearchForListBox1.ListBoxEx = availCmpntsLstBox;
|
||||
}
|
||||
|
||||
void Localize()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user