diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/com/vaadin/client/widgets/Grid.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/com/vaadin/client/widgets/Grid.java b/client/src/com/vaadin/client/widgets/Grid.java index 4279b1c0c6..8e55a3f7e4 100644 --- a/client/src/com/vaadin/client/widgets/Grid.java +++ b/client/src/com/vaadin/client/widgets/Grid.java @@ -3191,8 +3191,6 @@ public class Grid<T> extends ResizeComposite implements openCloseButton = new Button(); - setEnabled(grid.isEnabled()); - openCloseButton.addClickHandler(openCloseButtonHandler); rootContainer.add(openCloseButton); |