mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
2a39a579f9
commit
3cd2264196
@ -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
|
||||
|
@ -270,6 +270,8 @@ void LyXScreen::redraw(BufferView & bv)
|
||||
expose(0, 0, workarea().workWidth(), workarea().workHeight());
|
||||
|
||||
workarea().getPainter().end();
|
||||
|
||||
showCursor(bv);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user