Clear is also expected to clear the text

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2013-06-12 05:25:22 +00:00
parent 12bb29f543
commit 1d90958ba3

View File

@@ -177,6 +177,7 @@ void wxNSComboBoxControl::Clear()
{
SendEvents(false);
[m_comboBox removeAllItems];
[m_comboBox setStringValue:@""];
SendEvents(true);
}