mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
5320ce0206
commit
30879d6553
@ -622,9 +622,7 @@ void GuiTabular::paramsToDialog(Inset const * inset)
|
|||||||
special = getAlignSpecial(tabular, cell,
|
special = getAlignSpecial(tabular, cell,
|
||||||
Tabular::SET_SPECIAL_MULTICOLUMN);
|
Tabular::SET_SPECIAL_MULTICOLUMN);
|
||||||
pwidth = getMColumnPWidth(tabular, cell);
|
pwidth = getMColumnPWidth(tabular, cell);
|
||||||
} else if (multirow)
|
} else {
|
||||||
pwidth = getMColumnPWidth(tabular, cell);
|
|
||||||
else {
|
|
||||||
special = getAlignSpecial(tabular, cell,
|
special = getAlignSpecial(tabular, cell,
|
||||||
Tabular::SET_SPECIAL_COLUMN);
|
Tabular::SET_SPECIAL_COLUMN);
|
||||||
pwidth = getColumnPWidth(tabular, cell);
|
pwidth = getColumnPWidth(tabular, cell);
|
||||||
|
Loading…
Reference in New Issue
Block a user