re-show the cursor. Report any cursor dirt please.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8672 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2004-04-19 14:25:05 +00:00
parent 2a39a579f9
commit 3cd2264196
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-04-19 John Levon <levon@movementarian.org>
* screen.C: re-show the cursor after a full expose
2004-04-13 Angus Leeming <leeming@lyx.org>
* LyXView.[Ch] (updateInset): pass it an InsetBase pointer rather

View File

@ -270,6 +270,8 @@ void LyXScreen::redraw(BufferView & bv)
expose(0, 0, workarea().workWidth(), workarea().workHeight());
workarea().getPainter().end();
showCursor(bv);
}