]> git.lyx.org Git - features.git/commit
Fix bug #7956: Assertion When Trying to Paste Into Table
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 1 Jun 2012 10:34:51 +0000 (12:34 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 4 Jun 2012 15:05:43 +0000 (17:05 +0200)
commitad7deaabeb9eef713b2ceeeb75c48202fa7f2c12
treeacff9a95f92665b72352c431b467530ed21e33a1
parente525ee6db4b16e03c18427ac764ac01b82a6180c
Fix bug #7956: Assertion When Trying to Paste Into Table

For some unknown reason, the paste code likes to call Cursor::setSelection(), which is not appropriate here since we are not trying to set a selection at this point.
src/CutAndPaste.cpp