From 30879d65535ac58b1f71ec6a2e3390367c2bd1f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 30 Oct 2010 19:00:23 +0000 Subject: [PATCH] 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 --- src/frontends/qt4/GuiTabular.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/frontends/qt4/GuiTabular.cpp b/src/frontends/qt4/GuiTabular.cpp index 4cc6915642..3c80719aba 100644 --- a/src/frontends/qt4/GuiTabular.cpp +++ b/src/frontends/qt4/GuiTabular.cpp @@ -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); -- 2.39.2