GRAPHICS: MACGUI: Fix displaying two line text selections
This commit is contained in:
parent
1241ada63a
commit
2aac665a2b
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ void MacTextWindow::drawSelection() {
|
|||
numLines = _mactext->getLineHeight(s.startRow);
|
||||
x1 = s.startX;
|
||||
}
|
||||
if (y + _scrollPos == lastLineStart) {
|
||||
if (y + _scrollPos == lastLineStart + 1) {
|
||||
numLines = _mactext->getLineHeight(s.endRow);
|
||||
x2 = s.endX;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue