diff options
author | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-03-19 10:23:52 +0000 |
---|---|---|
committer | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-03-19 10:23:52 +0000 |
commit | 8da6b1a0c3293c7de05ebc3d451a2f2e272a13b8 (patch) | |
tree | 8671a8f64fc0a454c8d60e8bb0df749ea3b9bfce /src/com/vaadin/terminal | |
parent | 07afa1749ea437a32884a9729dde9bc1f9683de1 (diff) | |
download | vaadin-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.java | 1 |
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); |