]> git.lyx.org Git - features.git/commit
* CutAndPaste.cpp (pasteSelection): do not set the selection after
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 31 Jul 2007 13:34:09 +0000 (13:34 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 31 Jul 2007 13:34:09 +0000 (13:34 +0000)
commit1c7d39519795a364860994dd798e5b81bd1ab2cf
tree8fa99f136618d8b6aeb993a760c382c7b7294690
parentb81c90adeef28a836d9786671849401b747e350b
* CutAndPaste.cpp (pasteSelection): do not set the selection after
pasting.

* Text3.cpp (doDispatch/LFUN_MOUSE_PRESS): reorganize the code to make
sure that mouseSetCursor gets called (and therefore persistent selection
stored as needed).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19252 a592a061-630c-0410-9148-cb99ea01b6c8
src/CutAndPaste.cpp
src/Text3.cpp