]> git.lyx.org Git - lyx.git/commit
Fix to bug 3886
authorAlfredo Braunstein <abraunst@lyx.org>
Tue, 26 Jun 2007 14:11:42 +0000 (14:11 +0000)
committerAlfredo Braunstein <abraunst@lyx.org>
Tue, 26 Jun 2007 14:11:42 +0000 (14:11 +0000)
commit7bc7431b491684dada16208183fe5d96abe92a41
tree844459afb3eaff888cef6a2562c1bee7086e322a
parent2b2a95a7846113907c02a7bd8c96d3d7d0bedb6f
Fix to bug 3886

acceptChanges:

* move the bulk of acceptChanges without the call to DEPM to
paragraph_funcs

copySelectionHelper:

* call this new acceptChanges

pasteParagraphList:

* use Text::setCursor(Cusor,...) instead of Text::setCursor(CursorSlice...)
in order to have DEPM invoked at the end of the insertion

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18892 a592a061-630c-0410-9148-cb99ea01b6c8
src/CutAndPaste.cpp
src/Text.cpp
src/paragraph_funcs.cpp
src/paragraph_funcs.h