summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal
diff options
context:
space:
mode:
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>2012-03-19 10:23:52 +0000
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>2012-03-19 10:23:52 +0000
commit8da6b1a0c3293c7de05ebc3d451a2f2e272a13b8 (patch)
tree8671a8f64fc0a454c8d60e8bb0df749ea3b9bfce /src/com/vaadin/terminal
parent07afa1749ea437a32884a9729dde9bc1f9683de1 (diff)
downloadvaadin-framework-8da6b1a0c3293c7de05ebc3d451a2f2e272a13b8.tar.gz
vaadin-framework-8da6b1a0c3293c7de05ebc3d451a2f2e272a13b8.zip
#5100 Removed unnecessary setTabulatorIndex() call
svn changeset:23260/svn branch:6.8
Diffstat (limited to 'src/com/vaadin/terminal')
-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);