]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/combobox.cpp
don't ignore the background colour set for the dialog, even although it is a standard...
[wxWidgets.git] / src / msw / combobox.cpp
index aad9581f874eaca2b8ea8a785e407938ab244d78..a9bb62cb5eb9ecbf4b996e7e51e7b902e79d4c80 100644 (file)
@@ -251,6 +251,7 @@ WXLRESULT wxComboBox::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lPara
                 m_value = wxEmptyString;
             else
                 m_value = GetString(wParam);
+            m_selectionOld = -1;
             break;
     }