]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/combobox.cpp
Remove the busy-wait loops in wxAMMediaBackend::Play as they didn't
[wxWidgets.git] / src / msw / combobox.cpp
index 50681b9440f0be2af8fc69da7261d4455d4cb110..d85ef7e8875e1ac76e16a5c1ad4d9f21bb5aada3 100644 (file)
@@ -748,6 +748,13 @@ int wxComboBox::GetSelection() const
     return wxChoice::GetSelection();
 }
 
+void wxComboBox::Clear()
+{
+    wxChoice::Clear();
+    m_selectionOld = -1;
+    m_value.clear();
+}
+
 // ----------------------------------------------------------------------------
 // standard event handling
 // ----------------------------------------------------------------------------