Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Utilities
Konsole
Commits
e2c02ce6
Commit
e2c02ce6
authored
Oct 19, 2020
by
Carlos Alves
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing variable _display
parent
f3aebc23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/terminalDisplay/TerminalScrollBar.cpp
src/terminalDisplay/TerminalScrollBar.cpp
+1
-1
No files found.
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
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