Skip to content

Fix annoying build-output scrolling

Kåre Särs requested to merge work/fix_buildplugin_scrolling into master

When adding new text to the build output, do not always forcefully scroll to the end. Save the scroll position (+ selection) and restore it after inserting the text.

Merge request reports