From: Abdelrazak Younes Date: Tue, 6 Nov 2007 14:18:09 +0000 (+0000) Subject: Revision 21471: Forgot that. X-Git-Tag: 1.6.10~7455 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bac194f5dba6d9a3f99896b918d6c07ebf0f2b35;p=features.git Revision 21471: Forgot that. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21472 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferView.cpp b/src/BufferView.cpp index c9afa72693..40aa978c02 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -2100,8 +2100,9 @@ void BufferView::draw(frontend::Painter & pain) case NoScreenUpdate: // If no screen painting is actually needed, only some the different // coordinates of insets and paragraphs needs to be updated. - pi.pain.setDrawingEnabled(false); pi.full_repaint = true; + pi.pain.setDrawingEnabled(false); + tm.draw(pi, 0, y); break; case SingleParUpdate: