Skip to content
GitLab
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
da463344
Commit
da463344
authored
Dec 31, 2021
by
Kurt Hindenburg
Browse files
Add comment about left side condition is always false
parent
a7aa0470
Pipeline
#116484
passed with stage
in 1 minute and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/filterHotSpots/FilterChain.cpp
View file @
da463344
...
...
@@ -284,6 +284,8 @@ void FilterChain::paint(TerminalDisplay *td, QPainter &painter)
// occupied on this line rather than the width of the
// display in _columns
// FIXME: the left side condition is always false due to the
// endColumn assignment above
// Check image size so _image[] is valid (see makeImage)
if
(
endColumn
>=
td
->
columns
()
||
line
>=
td
->
lines
())
{
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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