Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add custom auto-completer support to wxMSW wxComboBox too
Custom auto-completers didn't work for wxComboBox as it didn't generate wxEVT_AFTER_CHAR event that the completion code in wxTextEntry relies on to make them work. Add this event generation to wxComboBox::MSWProcessEditMsg() to fix this. Closes wxWidgets#732
- Loading branch information