]> git.lyx.org Git - features.git/commit
Fix bug 2982 (two undo steps are needed to undo inset-dissolve)
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 12 Nov 2006 15:48:33 +0000 (15:48 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 12 Nov 2006 15:48:33 +0000 (15:48 +0000)
commitc0725c5bebfdb1cab048aa4a81e99c721ceadfdc
treec83e1db6f4d8ad0831d4b612d440121d9501f219
parentcf7084771cd276eb1e42eca8fc4f2d2dcf45da0e
Fix bug 2982 (two undo steps are needed to undo inset-dissolve)
* src/CutAndPaste.C
(pasteParagraphList): Don't record undo info here...

* src/BufferView.C
(BufferView::menuInsertLyXFile): ... but here instead

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15886 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.C
src/CutAndPaste.C