Browse Source

Fixed issue with Table column alignment not updating correctly #9724

tags/7.0.0.beta6
John Ahlroos 11 years ago
parent
commit
31eed0ccb3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      client/src/com/vaadin/client/ui/table/VScrollTable.java

+ 1
- 1
client/src/com/vaadin/client/ui/table/VScrollTable.java View 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() {

Loading…
Cancel
Save