aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java b/src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java
index 5e0a380376..b77203532f 100644
--- a/src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java
+++ b/src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java
@@ -403,7 +403,6 @@ public class VTabsheet extends VTabsheetBase implements Focusable,
if (tabIndex == 0) {
// Set the "first" style
t.setStyleNames(false, true);
- t.setTabulatorIndex(-1);
}
t.addClickHandler(this);