From: Abdelrazak Younes Date: Tue, 28 Nov 2006 12:51:50 +0000 (+0000) Subject: Fix graphics rendering preview. X-Git-Tag: 1.6.10~11726 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0748904328e35dd57aadeb23c41eadb309438006;p=features.git Fix graphics rendering preview. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16090 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/LyXView.C b/src/frontends/LyXView.C index 17cd7bc6d4..19973934aa 100644 --- a/src/frontends/LyXView.C +++ b/src/frontends/LyXView.C @@ -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; }