]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/combobox.cpp
implemented wxDynamicLibrary::ListLoaded() for Linux; added test for it
[wxWidgets.git] / src / msw / combobox.cpp
index a9bb62cb5eb9ecbf4b996e7e51e7b902e79d4c80..94ded90fd17c32bbfdfb91eb0cd3814421c742e5 100644 (file)
@@ -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
                 {