mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
c54fd8c74a
commit
c5cf867e89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user