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
ef13a09e
Commit
ef13a09e
authored
Oct 15, 2019
by
Mariusz Glebocki
Browse files
Fix scrollbar position
parent
2455faf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TerminalDisplay.cpp
View file @
ef13a09e
...
...
@@ -1975,7 +1975,7 @@ void TerminalDisplay::calcGeometry()
break
;
case
Enum
::
ScrollBarRight
:
_contentRect
.
setRight
(
_contentRect
.
right
()
-
_scrollBar
->
width
());
_scrollBar
->
move
(
contentsRect
().
right
()
-
_scrollBar
->
width
()
-
1
,
_scrollBar
->
move
(
contentsRect
().
left
()
+
contentsRect
().
width
()
-
_scrollBar
->
width
(),
contentsRect
().
top
()
+
headerHeight
);
break
;
}
...
...
Mariusz Glebocki
@mglebocki
mentioned in commit
77ce0888
·
Oct 17, 2019
mentioned in commit
77ce0888
mentioned in commit 77ce0888d82ef9ee185e935d10b8a8869db6f989
Toggle commit list
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