zephyrer / advcombobox

Automatically exported from code.google.com/p/advcombobox
0 stars 0 forks source link

ACBS_AUTOSUGGEST style: If the input text equals the existing item, it should not pushback the suggestlist. #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://www.codeproject.com/Messages/553926/some-suggestion-about-ACBS_AUTOSUGGES
T-style.aspx

if( nPos == 0 )
{
if (m_iter->strText != str) // xRadish
suggestlist.push_back( item );
}

Original issue reported on code.google.com by mathias....@gmail.com on 29 Sep 2010 at 8:28

GoogleCodeExporter commented 9 years ago

Original comment by mathias....@gmail.com on 29 Sep 2010 at 7:09