From f88e202e39eb1fae574c9be36a314edc9c6c56d7 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 26 Sep 2008 21:34:08 +0000 Subject: [PATCH] Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5285 . git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26583 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiParagraph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt4/GuiParagraph.cpp b/src/frontends/qt4/GuiParagraph.cpp index 470dfeb792..20d621808a 100644 --- a/src/frontends/qt4/GuiParagraph.cpp +++ b/src/frontends/qt4/GuiParagraph.cpp @@ -338,6 +338,7 @@ void GuiParagraph::dispatchParams() bufferview()->updateMetrics(); bufferview()->buffer().changed(); + bufferview()->buffer().markDirty(); } -- 2.39.2