From 0748904328e35dd57aadeb23c41eadb309438006 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 28 Nov 2006 12:51:50 +0000 Subject: [PATCH] Fix graphics rendering preview. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16090 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/LyXView.C | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.2