]> git.lyx.org Git - features.git/commitdiff
Fix graphics rendering preview.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 28 Nov 2006 12:51:50 +0000 (12:51 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 28 Nov 2006 12:51:50 +0000 (12:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16090 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/LyXView.C

index 17cd7bc6d4c6a11410e9edecf7d43b5c811340dd..19973934aaf28323b4d4cf329e86dcccf68c366c 100644 (file)
@@ -416,6 +416,7 @@ Buffer const * const LyXView::updateInset(InsetBase const * inset) const
                buffer_ptr = work_area_->bufferView().buffer();
                // No FitCursor:
                work_area_->bufferView().update(Update::Force);
+               work_area_->redraw();
        }
        return buffer_ptr;
 }