Fixed SelectComponentDlg > missing assignment sharedSearchForListBox1.ListBoxEx = availCmpntsLstBox, because of this the application crashes

This commit is contained in:
Marek Frniak 2026-04-11 11:04:00 +02:00
parent c09e266b2c
commit f9181fee74

View File

@ -43,7 +43,10 @@ namespace TBF.UI.Bench.Components
{
availCmpntsLstBox.SelectedIndex = selectedIndex;
}
}
/// SharedDlgSearchForListBox configuration
sharedSearchForListBox1.ListBoxEx = availCmpntsLstBox;
}
void Localize()
{