git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29208
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// want the new one)
if ( sel == -1 )
{
// want the new one)
if ( sel == -1 )
{
+ m_value = wxGetWindowText(GetHwnd());
}
else // we're synthesizing text updated event from sel change
{
}
else // we're synthesizing text updated event from sel change
{
else
SetWindowText(GetHwnd(), value.c_str());
else
SetWindowText(GetHwnd(), value.c_str());
m_selectionOld = GetSelection();
}
m_selectionOld = GetSelection();
}