]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed issue with Table column alignment not updating correctly #9724
authorJohn Ahlroos <john@vaadin.com>
Thu, 27 Sep 2012 13:19:25 +0000 (16:19 +0300)
committerJohn Ahlroos <john@vaadin.com>
Thu, 27 Sep 2012 13:19:25 +0000 (16:19 +0300)
client/src/com/vaadin/client/ui/table/VScrollTable.java

index f4c881d26d5c0d3be5840bee3271352dfc9c07f3..fe0530cff18fd6dba12bbc73ecd199acc8edec4d 100644 (file)
@@ -2632,8 +2632,8 @@ public class VScrollTable extends FlowPanel implements HasWidgets,
         }
 
         public void setAlign(char c) {
-            updateStyleNames(VScrollTable.this.getStylePrimaryName());
             align = c;
+            updateStyleNames(VScrollTable.this.getStylePrimaryName());
         }
 
         public char getAlign() {