Helge Hafting wrote:
> * One may select several table cells and apply bold or emphasize over all.
>   One may not use the charstyle dialog (qt) though - everything
>   is grayed out when the selection span cell borders.

patch attached. I will commit if nobody objects.

Jürgen
Index: insettabular.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettabular.C,v
retrieving revision 1.462
diff -u -r1.462 insettabular.C
--- insettabular.C	15 Apr 2005 08:13:54 -0000	1.462
+++ insettabular.C	23 Apr 2005 13:15:30 -0000
@@ -965,7 +965,6 @@
 			return true;
 	
 	// disable these with multiple cells selected
-	case LFUN_INSET_INSERT:
 	case LFUN_INSERT_CHARSTYLE:
 	case LFUN_INSET_FLOAT:
 	case LFUN_INSET_WIDE_FLOAT:

Reply via email to