-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
cursor doesn't change on keypress (GTKAgg backend) #3447
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
Comments
The backends MacOSX and Qt4Agg also have this problem. |
This is probably related to the I suspect that we are not invalidating the right things when we change the cursor. |
The problem is that in the toolbar the I'll see what I can do to fix this. |
@tacaswell How do I know where the cursor is, if the event is a keystroke? Edit. |
Done PR #3474 |
@tacaswell please close |
When changing the tool mode via keyboard shortcut (for example 'o' to Zoom), the cursor doesn't change immediately. Instead, the mouse has to be moved for the cursor to change. This behavior occurs on the GTKAgg backend, not sure about any others.
The text was updated successfully, but these errors were encountered: