mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
ws changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3918 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
65cbc98efe
commit
1673266117
@ -283,13 +283,13 @@ bool CutAndPaste::pasteSelection(Paragraph ** par, Paragraph ** endpar,
|
||||
// temporary set *par as previous of tmpbuf as we might have to realize
|
||||
// the font.
|
||||
tmpbuf->previous(*par);
|
||||
|
||||
|
||||
// make sure there is no class difference
|
||||
SwitchLayoutsBetweenClasses(textclass, tc, tmpbuf,
|
||||
current_view->buffer()->params);
|
||||
|
||||
current_view->buffer()->params);
|
||||
|
||||
Paragraph::depth_type max_depth = (*par)->getMaxDepthAfter(current_view->buffer());
|
||||
|
||||
|
||||
while(tmpbuf) {
|
||||
// if we have a negative jump so that the depth would go below
|
||||
// 0 depth then we have to redo the delta to this new max depth
|
||||
|
Loading…
Reference in New Issue
Block a user