The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 66e650e5daa4658a84bdc5fbaa27f06bc164bf22
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Thu Sep 13 00:41:57 2012 +0200

    InsetTabular: fix resetting reset decimal alignment
    
    If no special alignment is set the default is center not left - my mistake

diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp
index d96de8f..840f3cb 100644
--- a/src/insets/InsetTabular.cpp
+++ b/src/insets/InsetTabular.cpp
@@ -5235,7 +5235,7 @@ void InsetTabular::tabularFeatures(Cursor & cur,
 
        case Tabular::ALIGN_DECIMAL:
                if 
(tabular.column_info[tabular.cellColumn(cur.idx())].alignment == 
LYX_ALIGN_DECIMAL)
-                       setAlign = LYX_ALIGN_LEFT;
+                       setAlign = LYX_ALIGN_CENTER;
                else
                        setAlign = LYX_ALIGN_DECIMAL;
                break;

-----------------------------------------------------------------------

Summary of changes:
 src/insets/InsetTabular.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to