]> git.lyx.org Git - features.git/commitdiff
Revision 21471: Forgot that.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 6 Nov 2007 14:18:09 +0000 (14:18 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 6 Nov 2007 14:18:09 +0000 (14:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21472 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.cpp

index c9afa72693bef80ee2ebd3294f4ed9f7edeae526..40aa978c02731444384b420d954979f6f04d34f9 100644 (file)
@@ -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: