Fix graphics rendering preview.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16090 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-11-28 12:51:50 +00:00
parent 1ac8219910
commit 0748904328

View 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;
}