mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
use smart combobox control
This commit is contained in:
@@ -508,14 +508,14 @@ namespace BBBNOVA
|
||||
{
|
||||
//System.Diagnostics.Trace.WriteLine(string.Format("OnSelectedValueChanged({0}=>{1})", Text, _listBox.Text));
|
||||
|
||||
OnSelectedIndexChanged(e);
|
||||
|
||||
//this.SelectedIndex = _listBox.SelectedIndex;
|
||||
//this.Invalidate(true);
|
||||
Text = _listBox.SelectedValue != null ?
|
||||
_listBox.GetItemText(_listBox.SelectedValue) :
|
||||
"";
|
||||
|
||||
OnSelectedIndexChanged(e);
|
||||
|
||||
base.OnSelectedValueChanged(e);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user