mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
- 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
This commit is contained in:
parent
5890d93dce
commit
f22059e9e4
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user