]> git.lyx.org Git - features.git/commit
Fix bug 5146. The problem arose when attempting to paste normal text into
authorRichard Heck <rgheck@comcast.net>
Fri, 8 Aug 2008 17:28:25 +0000 (17:28 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 8 Aug 2008 17:28:25 +0000 (17:28 +0000)
commit9374e68bfd5b1bf03ce74fe9438956fddf3c6403
tree0c3cddc18e547700b2faa6604a7f698979ab4046
parent2455bc258f3b62c29ec4a41cb88070ff8518e842
Fix bug 5146. The problem arose when attempting to paste normal text into
a multicell selection. But the more I thought about this, the more it seemed
that pasting into multicell selections shouldn't be allowed. What exactly
ought to happen if the user selects a 2x3 grid of cells and then tries to
paste a 5x5 group of cells? LyX, anyway, just ignores the selection in this
case, which is not what the user will expect. So let's just not go there.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26099 a592a061-630c-0410-9148-cb99ea01b6c8
lib/doc/UserGuide.lyx
src/Text3.cpp
src/insets/InsetTabular.cpp