GRAPHICS: MACGUI: Fix end line text selection hihglight
This commit is contained in:
parent
410efd9ff5
commit
c7f83cd435
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ void MacText::getRowCol(int x, int y, int *sx, int *sy, int *row, int *col) {
|
||||||
(*row)--;
|
(*row)--;
|
||||||
|
|
||||||
if (y > _textMaxHeight)
|
if (y > _textMaxHeight)
|
||||||
x = getLineWidth(*row);
|
x = _surface->w;
|
||||||
|
|
||||||
*sy = _textLines[*row].y;
|
*sy = _textLines[*row].y;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue