Lars Gullik Bjønnes wrote:
> please keep the alignment change out of this.

OK. Modified patch is attached.

Jürgen
Index: src/insets/insettabular.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettabular.C,v
retrieving revision 1.235.2.1
diff -u -r1.235.2.1 insettabular.C
--- src/insets/insettabular.C	7 Dec 2004 10:49:38 -0000	1.235.2.1
+++ src/insets/insettabular.C	6 Sep 2005 07:39:25 -0000
@@ -1930,9 +1930,6 @@
 		if (vallen.zero()
 		    && tabular->GetAlignment(actcell, true) == LYX_ALIGN_BLOCK)
 			tabularFeatures(bv, LyXTabular::ALIGN_CENTER, string());
-		else if (!vallen.zero()
-			 && tabular->GetAlignment(actcell, true) != LYX_ALIGN_BLOCK)
-			tabularFeatures(bv, LyXTabular::ALIGN_BLOCK, string());
 	}
 	break;
 	case LyXTabular::SET_MPWIDTH:

Reply via email to