From: Asger Ottar Alstrup Date: Fri, 4 Feb 2005 07:16:03 +0000 (+0000) Subject: - Move theCoords.doneUpdating here - right before we paint the cursor X-Git-Tag: 1.6.10~14575 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f22059e9e4f465a9d593ae9c455d4a609adb2e2c;p=features.git - Move theCoords.doneUpdating here - right before we paint the cursor git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9585 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/screen.C b/src/frontends/screen.C index 2edabf1d02..834b96a5e3 100644 --- a/src/frontends/screen.C +++ b/src/frontends/screen.C @@ -21,6 +21,7 @@ #include "BufferView.h" #include "buffer.h" #include "bufferparams.h" +#include "coordcache.h" #include "cursor.h" #include "debug.h" #include "language.h" @@ -221,6 +222,7 @@ void LyXScreen::redraw(BufferView & bv, ViewMetricsInfo const & vi) lyxerr[Debug::DEBUG] << "Redraw screen" << endl; expose(0, 0, workarea().workWidth(), workarea().workHeight()); workarea().getPainter().end(); + theCoords.doneUpdating(); showCursor(bv); }