]> git.lyx.org Git - features.git/commit
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
authorRichard Heck <rgheck@comcast.net>
Fri, 8 Aug 2008 16:19:28 +0000 (16:19 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 8 Aug 2008 16:19:28 +0000 (16:19 +0000)
commit2455bc258f3b62c29ec4a41cb88070ff8518e842
treefd543c3cd55b5280caca9581e30fead8e21f0fb9
parent67f5bf85da697cca1bc54519a8822ce941ac30a9
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
cur.inset() returns InsetTabular as the inset the cursor is in, not InsetTableCell.
It still does that, but now we return the right thing.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26098 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetTabular.h