reset m_selectionOld when the selection is programatically changed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-12-16 21:26:55 +00:00
parent b1263dcfa3
commit 884a37aed2

View File

@@ -251,6 +251,7 @@ WXLRESULT wxComboBox::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lPara
m_value = wxEmptyString; m_value = wxEmptyString;
else else
m_value = GetString(wParam); m_value = GetString(wParam);
m_selectionOld = -1;
break; break;
} }