]> git.lyx.org Git - lyx.git/commitdiff
Add FIXME.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 29 Jul 2008 13:50:17 +0000 (13:50 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 29 Jul 2008 13:50:17 +0000 (13:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25980 a592a061-630c-0410-9148-cb99ea01b6c8

src/CutAndPaste.cpp

index ba82e9439f9bd2729debd796e752320b8b0eb44d..f13664b35df76db5ec2e41aa51f12e5e3c289beb 100644 (file)
@@ -286,6 +286,9 @@ pasteSelectionHelper(Cursor & cur, ParagraphList const & parlist,
                // merge the first par of the insertion with the current par
                mergeParagraph(buffer.params(), pars, pit);
        }
+       //FIXME: We should call setBuffer() on each inserted paragraph.
+       // instead, we call setBuffer() for the main inset at the beginning
+       // of updateLabels()
 
        pit_type last_paste = pit + insertion.size() - 1;