Notebook, Listbox, and Checklst updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,7 +49,7 @@ bool wxComboBox::OS2Command(
|
||||
|
||||
switch (uParam)
|
||||
{
|
||||
case LN_SELECT:
|
||||
case CBN_LBSELECT:
|
||||
if (GetSelection() > -1)
|
||||
{
|
||||
wxCommandEvent vEvent( wxEVT_COMMAND_COMBOBOX_SELECTED
|
||||
@@ -63,7 +63,7 @@ bool wxComboBox::OS2Command(
|
||||
}
|
||||
break;
|
||||
|
||||
case EN_CHANGE:
|
||||
case CBN_EFCHANGE:
|
||||
{
|
||||
wxCommandEvent vEvent( wxEVT_COMMAND_TEXT_UPDATED
|
||||
,GetId()
|
||||
|
Reference in New Issue
Block a user