]> git.lyx.org Git - features.git/commitdiff
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5285 .
authorPavel Sanda <sanda@lyx.org>
Fri, 26 Sep 2008 21:34:08 +0000 (21:34 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 26 Sep 2008 21:34:08 +0000 (21:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26583 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiParagraph.cpp

index 470dfeb79282c41187835a316de15ac1da2f291f..20d621808a52494912b07ac0cda100e24942b1f3 100644 (file)
@@ -338,6 +338,7 @@ void GuiParagraph::dispatchParams()
 
        bufferview()->updateMetrics();
        bufferview()->buffer().changed();
+       bufferview()->buffer().markDirty();
 }