]> source.dussan.org Git - vaadin-framework.git/commitdiff
added missing requestRepaint call
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 9 Mar 2011 19:54:52 +0000 (19:54 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 9 Mar 2011 19:54:52 +0000 (19:54 +0000)
svn changeset:17691/svn branch:6.6

src/com/vaadin/ui/Upload.java

index 053e1897fc8a439e4855053b7dcb64c7a49088f4..51de0291081a7877db6bd0370525e29d7f0474dc 100644 (file)
@@ -912,6 +912,7 @@ public class Upload extends AbstractComponent implements Component.Focusable {
      */
     public void setButtonCaption(String buttonCaption) {
         this.buttonCaption = buttonCaption;
+        requestRepaint();
     }
 
     /*