mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +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
|
if (sl.text() == &text
|
||||||
&& sl.pit() == pit
|
&& sl.pit() == pit
|
||||||
&& sl.pos() >= rit->pos()
|
&& sl.pos() >= rit->pos()
|
||||||
&& sl.pos() < rit->endpos())
|
&& sl.pos() <= rit->endpos())
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user