From 3cd22641967473b755e06b81ef1e2cabb4b6e572 Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 19 Apr 2004 14:25:05 +0000 Subject: [PATCH] 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 --- src/frontends/ChangeLog | 4 ++++ src/frontends/screen.C | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/frontends/ChangeLog b/src/frontends/ChangeLog index 98f4c53d5a..33ff341bc5 100644 --- a/src/frontends/ChangeLog +++ b/src/frontends/ChangeLog @@ -1,3 +1,7 @@ +2004-04-19 John Levon + + * screen.C: re-show the cursor after a full expose + 2004-04-13 Angus Leeming * LyXView.[Ch] (updateInset): pass it an InsetBase pointer rather diff --git a/src/frontends/screen.C b/src/frontends/screen.C index fa14b8940c..7b20081225 100644 --- a/src/frontends/screen.C +++ b/src/frontends/screen.C @@ -270,6 +270,8 @@ void LyXScreen::redraw(BufferView & bv) expose(0, 0, workarea().workWidth(), workarea().workHeight()); workarea().getPainter().end(); + + showCursor(bv); } -- 2.39.5