Fix scrolling in the lepton-schematic log window #485
Merged
Conversation
Make the log window scroll to the bottom whenever a message is written to the log. Log window's inability to automatically scroll was reported in #238 and then fixed in #239 (git: fc72ce3). However, as it was discovered recently (#480), current implementation of that fix may lead to crash on some systems (Debian, in particular) when File->Print is invoked. The crash itself was fixed in git ad4ada5, and this commit fixes scrolling again.
|
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Make the log window scroll to the bottom whenever
a message is written to the log.
Log window's inability to automatically scroll
was reported in #238 and then fixed in #239
(git: fc72ce3).
However, as it was discovered recently (#480),
current implementation of that fix may lead to
crash on some systems (
Debian, in particular)when
File->Printis invoked. The crash itselfwas fixed in git ad4ada5, and this commit fixes
scrolling again.