Skip to content

bypass callback if quit key pressed - #177

Merged
StuartLittlefair merged 1 commit into
masterfrom
hplot_bug
Aug 19, 2026
Merged

bypass callback if quit key pressed#177
StuartLittlefair merged 1 commit into
masterfrom
hplot_bug

Conversation

@StuartLittlefair

Copy link
Copy Markdown
Contributor

Fixes #176

Matplotlib changed the order in which keypress callbacks are executed, which caused an issue accessing a non-existent canvas manager. This bails out of the hplot keypress event early if the key is "q"

@StuartLittlefair
StuartLittlefair merged commit d36db17 into master Aug 19, 2026
2 checks passed
@StuartLittlefair
StuartLittlefair deleted the hplot_bug branch August 19, 2026 11:29
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.

hplot "q" keystroke AttributeError

1 participant