also use update_unincluded for preview,

maybe we could use bind here


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35700 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2010-10-18 09:35:33 +00:00
parent c54fd8c74a
commit c5cf867e89

View File

@ -2871,7 +2871,7 @@ void GuiView::GuiViewPrivate::asyncBufferProcessing(
if (syncFunc) {
(used_buffer->*syncFunc)(format, true, update_unincluded);
} else if (previewFunc) {
(used_buffer->*previewFunc)(format, true);
(used_buffer->*previewFunc)(format, update_unincluded);
}
(void) asyncFunc;
#endif