commit d9d3bda4b4cd98c248d5a4f09789deb488d74d38
Author: Uwe Stöhr <[email protected]>
Date:   Mon May 25 16:57:04 2015 +0200

    InsetTabular.cpp: fix bug #9570 also for branch

diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp
index ae0e457..1807bcb 100644
--- a/src/insets/InsetTabular.cpp
+++ b/src/insets/InsetTabular.cpp
@@ -5447,10 +5447,7 @@ void InsetTabular::tabularFeatures(Cursor & cur,
                break;
 
        case Tabular::ALIGN_DECIMAL:
-               if 
(tabular.column_info[tabular.cellColumn(cur.idx())].alignment == 
LYX_ALIGN_DECIMAL)
-                       setAlign = LYX_ALIGN_CENTER;
-               else
-                       setAlign = LYX_ALIGN_DECIMAL;
+               setAlign = LYX_ALIGN_DECIMAL;
                break;
 
        case Tabular::M_VALIGN_TOP:
diff --git a/status.21x b/status.21x
index fa7f92e..5b2acde 100644
--- a/status.21x
+++ b/status.21x
@@ -208,6 +208,8 @@ What's new
 
 - Fix default style of broadway layout.
 
+- Fix button logic in table settings dialog (bug 9570).
+
 
 * INTERNALS
 

Reply via email to