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 a bug for custom GraphTool tools that derive from a built in tool. #994

Merged

Conversation

drgrice1
Copy link
Member

The handleKeyEvent method needs to pass the event on to the super class in case the super class uses it (it usually will).

This does not affect any of the built in tools, so there is nothing to test for this pull request. It is just the way it should be in case someone wants to use this as it was intended.

@drgrice1 drgrice1 changed the title Fix a bug for custom tools that derive from a built in tool. Fix a bug for custom GraphTool tools that derive from a built in tool. Jan 24, 2024
The handleKeyEvent method needs to pass the event on to the super
class in case the super class uses it (it usually will).
@drgrice1 drgrice1 force-pushed the bugfix/graphtool-derived-customtool branch from 964a80a to ac80a2e Compare January 24, 2024 02:56
@pstaabp pstaabp merged commit 832cb29 into openwebwork:develop Jan 24, 2024
2 checks passed
@drgrice1 drgrice1 deleted the bugfix/graphtool-derived-customtool branch January 24, 2024 22:40
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