]> git.lyx.org Git - lyx.git/commitdiff
re-enable SET_ALL_LINES in tabulars (from J�rgen)
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 15 Dec 2004 20:17:39 +0000 (20:17 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 15 Dec 2004 20:17:39 +0000 (20:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9377 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/insettabular.C

index 77c91da11802cbb890c234d2a956445098385e54..d20b7fce59902fbd32a521a8d6689ee383c07f3e 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insettabular.C (tabularFeatures): re-enable SET_ALL_LINES and
+       UNSET_ALL_LINES (from Jürgen)
+
 2004-12-14  Angus Leeming  <leeming@lyx.org>
 
        * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
index 3f6b38c5795789d584048ad5cec1f636909180f9..6ad7025498922f71eb75d234babe4a8a306b1ca9 100644 (file)
@@ -1458,12 +1458,10 @@ void InsetTabular::tabularFeatures(LCursor & cur,
        case LyXTabular::SET_ALL_LINES:
                setLines = true;
        case LyXTabular::UNSET_ALL_LINES:
-#if 0
                for (row_type i = sel_row_start; i <= sel_row_end; ++i)
                        for (col_type j = sel_col_start; j <= sel_col_end; ++j)
                                tabular.setAllLines(
                                        tabular.getCellNumber(i,j), setLines);
-#endif
                break;
 
        case LyXTabular::SET_LONGTABULAR: