// The m_combo->SetValue() call above sets m_value to the index of this
// string. But if there are more identical string, the index is of the
// The m_combo->SetValue() call above sets m_value to the index of this
// string. But if there are more identical string, the index is of the
void wxOwnerDrawnComboBox::DoDeleteOneItem(unsigned int n)
{
wxCHECK_RET( IsValid(n), wxT("invalid index in wxOwnerDrawnComboBox::Delete") );
if ( GetSelection() == (int) n )
void wxOwnerDrawnComboBox::DoDeleteOneItem(unsigned int n)
{
wxCHECK_RET( IsValid(n), wxT("invalid index in wxOwnerDrawnComboBox::Delete") );
if ( GetSelection() == (int) n )