Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
d3080e7f
Commit
d3080e7f
authored
Jun 16, 2021
by
Thomas Surrel
Committed by
Tomaz Canabrava
Jun 18, 2021
Browse files
Fix scrolled line highlight
parent
fd5f08a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/terminalDisplay/TerminalPainter.cpp
View file @
d3080e7f
...
...
@@ -316,6 +316,7 @@ namespace Konsole
dirtyRegion
|=
scrollBar
->
highlightScrolledLines
().
rect
();
scrollBar
->
highlightScrolledLines
().
rect
()
=
new_highlight
;
}
dirtyRegion
|=
new_highlight
;
scrollBar
->
highlightScrolledLines
().
startTimer
();
}
else
if
(
!
nothingChanged
||
scrollBar
->
highlightScrolledLines
().
isNeedToClear
())
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment