mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Add FIXME.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25980 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4065e2b2c4
commit
3b6e5373c2
@ -286,6 +286,9 @@ pasteSelectionHelper(Cursor & cur, ParagraphList const & parlist,
|
|||||||
// merge the first par of the insertion with the current par
|
// merge the first par of the insertion with the current par
|
||||||
mergeParagraph(buffer.params(), pars, pit);
|
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;
|
pit_type last_paste = pit + insertion.size() - 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user