Add FIXME.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25980 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-07-29 13:50:17 +00:00
parent 4065e2b2c4
commit 3b6e5373c2

View 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;