]> source.dussan.org Git - vaadin-framework.git/commitdiff
#5100 Removed unnecessary setTabulatorIndex() call
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Mon, 19 Mar 2012 10:23:52 +0000 (10:23 +0000)
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Mon, 19 Mar 2012 10:23:52 +0000 (10:23 +0000)
svn changeset:23260/svn branch:6.8

src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java

index 5e0a38037603c617800de10bf564c276846cf970..b77203532f4a78fc5d45549589ac83d135f7d395 100644 (file)
@@ -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);