The code in wxMac's listbox was too ambitious in filtering

out surplus events.s


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2001-12-04 00:55:45 +00:00
parent ed8c278040
commit a8e6bf8ae2
2 changed files with 604 additions and 596 deletions

View File

@@ -788,8 +788,12 @@ void wxListBox::MacDoClick()
}
}
if ( !hasChanged )
{
return ;
}
}
m_selectionPreImage = aSelections;
wxCommandEvent event(wxEVT_COMMAND_LISTBOX_SELECTED, m_windowId);
event.SetEventObject( this );

View File

@@ -788,8 +788,12 @@ void wxListBox::MacDoClick()
}
}
if ( !hasChanged )
{
return ;
}
}
m_selectionPreImage = aSelections;
wxCommandEvent event(wxEVT_COMMAND_LISTBOX_SELECTED, m_windowId);
event.SetEventObject( this );