Revision 21471: Forgot that.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21472 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-11-06 14:18:09 +00:00
parent 0b0c27ef59
commit bac194f5db

View 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: