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
e2c02ce6
Commit
e2c02ce6
authored
Oct 19, 2020
by
Carlos Alves
Browse files
Missing variable _display
parent
f3aebc23
Changes
1
Show whitespace changes
Inline
Side-by-side
src/terminalDisplay/TerminalScrollBar.cpp
View file @
e2c02ce6
...
...
@@ -209,7 +209,7 @@ namespace Konsole
scrollRect
.
setLeft
(
_display
->
_highlightScrolledLinesControl
.
enabled
?
_display
->
HIGHLIGHT_SCROLLED_LINES_WIDTH
:
0
);
scrollRect
.
setRight
(
width
()
-
scrollBarWidth
-
SCROLLBAR_CONTENT_GAP
);
scrollRect
.
setRight
(
_display
->
width
()
-
scrollBarWidth
-
SCROLLBAR_CONTENT_GAP
);
}
void
*
firstCharPos
=
&
_display
->
_image
[
region
.
top
()
*
_display
->
_columns
];
void
*
lastCharPos
=
&
_display
->
_image
[(
region
.
top
()
+
abs
(
lines
))
*
_display
->
_columns
];
...
...
Write
Preview
Supports
Markdown
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