forked from wxWidgets/wxWidgets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preserve style changes in wxGTK wxTextEntry auto-complete code
Don't overwrite the current window style with the style that it had when AutoComplete() was called in wxGTK code, just turn wxTE_PROCESS_ENTER off or on, without touching the other bits. This still can result in setting wxTE_PROCESS_ENTER bit itself unexpectedly if it somehow is changed while the completion popup is shown, but this shouldn't happen often (if ever) in practice and, at least, the other bits are preserved no matter what. See wxWidgets#729
- Loading branch information
Showing
1 changed file
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters