Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enter should save changes and exit dictionary dialog #6296

Merged
merged 1 commit into from
Sep 14, 2016

Conversation

feerrenrut
Copy link
Contributor

Fix for issue #6206

Due to a bug in wx (see wx ticket #3725) ListCtrl objects swallow keypresses (including enter). This is resolved by registering an event handler and forwarding enter presses to the dialog, and allowing the ListCtrl to handle all others.

Due to a bug in wx (see wx ticket #3725) ListCtrl objects swallow
keypresses (including enter). This is resolved by registering an event
handler and forwarding enter presses to the dialog, and allowing thew
ListCtrl to handle all others.
@feerrenrut feerrenrut assigned feerrenrut and jcsteh and unassigned feerrenrut Aug 23, 2016
@feerrenrut
Copy link
Contributor Author

@jcsteh Could you review this when you get a chance?

@jcsteh
Copy link
Contributor

jcsteh commented Aug 24, 2016

Looks fine to me!

feerrenrut added a commit that referenced this pull request Aug 29, 2016
Fix for issue #6206

Merge remote-tracking branch 'origin/i6206-OKButtonNotDefault' into next
@feerrenrut feerrenrut merged commit 0cce9f6 into master Sep 14, 2016
@nvaccessAuto nvaccessAuto added this to the 2016.4 milestone Sep 14, 2016
feerrenrut added a commit that referenced this pull request Sep 14, 2016
While in the dictionary dialog, pressing the enter key now saves changes and exits. (#6206)
@feerrenrut feerrenrut deleted the i6206-OKButtonNotDefault branch January 17, 2020 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants