From c5cf867e897fd5e0ea00273ad9835f4894340939 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Mon, 18 Oct 2010 09:35:33 +0000 Subject: [PATCH] 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 --- src/frontends/qt4/GuiView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 34d9c065c3..248d4e59c5 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -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 -- 2.39.2