From: Pavel Sanda Date: Fri, 26 Sep 2008 21:34:08 +0000 (+0000) Subject: Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5285 . X-Git-Tag: 1.6.10~3303 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f88e202e39eb1fae574c9be36a314edc9c6c56d7;p=features.git 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 --- 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(); }