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

Redraws not properly handled on mouse click to move cursor #613

Closed
tangledhelix opened this issue Dec 29, 2024 · 0 comments · Fixed by #614
Closed

Redraws not properly handled on mouse click to move cursor #613

tangledhelix opened this issue Dec 29, 2024 · 0 comments · Fixed by #614
Assignees
Labels
bug Something isn't working

Comments

@tangledhelix
Copy link
Collaborator

When placing the cursor with a mouse click, the line & column rulers are not redrawn (and other redraws also don't happen, e.g. quote/bracket highlights).

This bug was introduced in a54e346 from #238 when Button-1 (left-click) was overridden to fix scrolling past the edge of the window while selecting text.

@tangledhelix tangledhelix added the bug Something isn't working label Dec 29, 2024
@tangledhelix tangledhelix self-assigned this Dec 29, 2024
tangledhelix added a commit to tangledhelix/guiguts-py that referenced this issue Dec 29, 2024
In DistributedProofreaders#238, binding of button-1 (left-click) created a regression
that didn't fire redraws on click properly.

Fixes DistributedProofreaders#613
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant