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

Workaround for weird log pane scrolling behaviour #16

Merged
merged 1 commit into from
May 6, 2020

Conversation

ffissore
Copy link
Collaborator

@ffissore ffissore commented May 6, 2020

This must be merged before #15

Fixes #9

To be honest, I feel this is kind of a hack, but it's the best thing I could come up with, after many uglier attempts. Suggestions are more than welcome.

In short, this is queueing a "scroll" command into the GTK main loop, to be run when it doesn't have other more important stuff to do. This ensures the scrolling code will run when the text buffer is "validated", ensuring that scrolling to its end will actually work

@cdberkstresser cdberkstresser merged commit 300d0ad into self-selection May 6, 2020
@ffissore ffissore deleted the log-scrolling-fix branch May 6, 2020 21:35
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.

None yet

2 participants