]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/combobox.cpp
fixed incorrectly inversed test for parent [not] being deleted (patch 1624472)
[wxWidgets.git] / src / msw / combobox.cpp
index c85fcede27c1bdf0b1ee5d97e99c5a10c58dda76..2283515d56bd1e3efdbf486f2f60b45375363a1d 100644 (file)
@@ -364,7 +364,7 @@ bool wxComboBox::MSWCommand(WXUINT param, WXWORD id)
 
     // skip wxChoice version as it would generate its own events for
     // CBN_SELENDOK
-    return wxControl::MSWCommand(param, id);
+    return true;
 }
 
 WXHWND wxComboBox::GetEditHWND() const