]> git.lyx.org Git - lyx.git/commitdiff
Stupid bug fix.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 23 Jul 2008 13:10:18 +0000 (13:10 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 23 Jul 2008 13:10:18 +0000 (13:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25848 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetText.cpp

index 984d3b2f409b583170c4a559bf7a68bcae4df9c8..71bc8ae80e72290076f0f859c8ad2e8eca9bc38c 100644 (file)
@@ -97,6 +97,7 @@ void InsetText::setBuffer(Buffer & buf)
        ParagraphList::iterator end = paragraphs().end();
        for (ParagraphList::iterator it = paragraphs().begin(); it != end; ++it)
                it->setBuffer(buf);
+       Inset::setBuffer(buf);
 }