GuiTabular.cpp: display width and alignment for multirows, fixes rest of #6958

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35934 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-10-30 19:00:23 +00:00
parent 5320ce0206
commit 30879d6553

View File

@ -622,9 +622,7 @@ void GuiTabular::paramsToDialog(Inset const * inset)
special = getAlignSpecial(tabular, cell,
Tabular::SET_SPECIAL_MULTICOLUMN);
pwidth = getMColumnPWidth(tabular, cell);
} else if (multirow)
pwidth = getMColumnPWidth(tabular, cell);
else {
} else {
special = getAlignSpecial(tabular, cell,
Tabular::SET_SPECIAL_COLUMN);
pwidth = getColumnPWidth(tabular, cell);