// want the new one)
if ( sel == -1 )
{
- m_value = GetValue();
+ m_value = wxGetWindowText(GetHwnd());
}
else // we're synthesizing text updated event from sel change
{
else
SetWindowText(GetHwnd(), value.c_str());
+ m_value = value;
m_selectionOld = GetSelection();
}