]> git.lyx.org Git - features.git/commit
If we call cur.setSelection() in line Text3.cpp:1256 we should require some
authorPavel Sanda <sanda@lyx.org>
Sat, 13 Sep 2008 22:59:09 +0000 (22:59 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 13 Sep 2008 22:59:09 +0000 (22:59 +0000)
commit9b1c5d2233c6736a3167f7971231fcf9416a42d5
treea6845a0d0c92c2066950b0d4f49926a06fead5ef
parentc0fbe72e1dd63897f78c7ec1e60e01b78079197c
If we call cur.setSelection() in line Text3.cpp:1256 we should require some
sort of repaint, because if the selection is adjusted, we may have to draw the
selection again.

Patch by Vincent.

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg143572.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26392 a592a061-630c-0410-9148-cb99ea01b6c8
src/Text3.cpp