mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
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:
parent
1ac8219910
commit
0748904328
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user