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

Fix update on delegate commands. #1279

Merged
merged 1 commit into from
Oct 5, 2020
Merged

Fix update on delegate commands. #1279

merged 1 commit into from
Oct 5, 2020

Conversation

jneem
Copy link
Collaborator

@jneem jneem commented Oct 5, 2020

This is a small fix for a bug I encountered while working on #1068. The first problem is that update wasn't called when a command was handled by the delegate. The second is that the open_save example had true and false mixed up.

On a related note, I'd like to change some bools to something like enum Handled { Handled, Unhandled }. Is there any objection to that?

Copy link
Member

@cmyr cmyr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Handled/Unhandled sounds very reasonable!

@jneem jneem merged commit 9bae2f1 into linebender:master Oct 5, 2020
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.

2 participants