]> git.lyx.org Git - features.git/commit
Fix bugs 4977 and 2018:
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 14 Jul 2008 19:47:43 +0000 (19:47 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 14 Jul 2008 19:47:43 +0000 (19:47 +0000)
commit5be432fb929c9b3243b0443eb3202973d3acd604
treeb1f0f2ee2a6e4a9e4cc94d7169593178437bfb78
parent5e0da19d1b5d9e8ff5e709dcec5aa78d25d9cb4b
Fix bugs 4977 and 2018:
http://bugzilla.lyx.org/show_bug.cgi?id=4977
http://bugzilla.lyx.org/show_bug.cgi?id=2018

* Text3.cpp (doInsertInset): do not copy selection to clipboard if we
do not intend to paste it later (bug 4977); do not remove space at
start of paragraph (bug 2018); make sure the cursor is at the right
place after pasting inside inset.

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