projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wxStackWalker class
[wxWidgets.git]
/
src
/
msw
/
combobox.cpp
diff --git
a/src/msw/combobox.cpp
b/src/msw/combobox.cpp
index a9bb62cb5eb9ecbf4b996e7e51e7b902e79d4c80..94ded90fd17c32bbfdfb91eb0cd3814421c742e5 100644
(file)
--- a/
src/msw/combobox.cpp
+++ b/
src/msw/combobox.cpp
@@
-347,6
+347,7
@@
bool wxComboBox::MSWCommand(WXUINT param, WXWORD WXUNUSED(id))
if ( sel == -1 )
{
m_value = wxGetWindowText(GetHwnd());
+ m_selectionOld = -1;
}
else // we're synthesizing text updated event from sel change
{