From 2842e66638cc13afd3bb6ab8f8305766c35cd2ef Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Wed, 15 Dec 2004 20:17:39 +0000 Subject: [PATCH] =?utf8?q?re-enable=20SET=5FALL=5FLINES=20in=20tabulars=20?= =?utf8?q?(from=20J=EF=BF=BDrgen)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9377 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/ChangeLog | 5 +++++ src/insets/insettabular.C | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 77c91da118..d20b7fce59 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,8 @@ +2004-12-15 Georg Baum + + * insettabular.C (tabularFeatures): re-enable SET_ALL_LINES and + UNSET_ALL_LINES (from Jürgen) + 2004-12-14 Angus Leeming * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/ diff --git a/src/insets/insettabular.C b/src/insets/insettabular.C index 3f6b38c579..6ad7025498 100644 --- a/src/insets/insettabular.C +++ b/src/insets/insettabular.C @@ -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: -- 2.39.5