]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #1726
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 27 May 2008 12:21:49 +0000 (12:21 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 27 May 2008 12:21:49 +0000 (12:21 +0000)
svn changeset:4648/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/ITabsheet.java

index 273b00676ea145ce39c92d7b786db9e984660a27..83363526716f16a538819b59bb908b56ba8fb7ae 100644 (file)
@@ -164,6 +164,7 @@ public class ITabsheet extends ITabsheetBase implements
     protected void selectTab(int index, final UIDL contentUidl) {
         if (index != activeTabIndex) {
             activeTabIndex = index;
+            tb.selectTab(activeTabIndex);
         }
         renderContent(contentUidl);
     }