mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
expand redrawing of current row to endpos() AGAIN
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13418 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
73462989ab
commit
c370abab81
@ -753,7 +753,7 @@ bool CursorOnRow(PainterInfo & pi, pit_type const pit,
|
||||
if (sl.text() == &text
|
||||
&& sl.pit() == pit
|
||||
&& sl.pos() >= rit->pos()
|
||||
&& sl.pos() < rit->endpos())
|
||||
&& sl.pos() <= rit->endpos())
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user