]> git.lyx.org Git - features.git/commit
Fix bug 5750: http://bugzilla.lyx.org/show_bug.cgi?id=5750.
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 9 Feb 2009 09:02:50 +0000 (09:02 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 9 Feb 2009 09:02:50 +0000 (09:02 +0000)
commit96eac2ca3fdd7e6b428f74c33d6c587828813868
tree21cf80149647b1960468f6780d4dae5af9e013de
parentff12fcb01b01e6bae6e5e2cda96bacd2c6fa04fe
Fix bug 5750: http://bugzilla.lyx.org/show_bug.cgi?id=5750.
Wrong width display of multicolumn cells.

When changing a custom width cell into a multicolumn, the isFixedWidth bool should be set to false. Now, the function setFixedWidth could only set isFixedWidth to true when needed.

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