summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2011-03-09 19:54:52 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2011-03-09 19:54:52 +0000
commit9afc0fe1506d14d0b375ac5fb1b173ac4cee4285 (patch)
tree7e7dc70fc66883e854536994d163e5ce4f32c13f /src
parent39b5401fc90cd7f5c53a2afd7f60a0673974ae57 (diff)
downloadvaadin-framework-9afc0fe1506d14d0b375ac5fb1b173ac4cee4285.tar.gz
vaadin-framework-9afc0fe1506d14d0b375ac5fb1b173ac4cee4285.zip
added missing requestRepaint call
svn changeset:17691/svn branch:6.6
Diffstat (limited to 'src')
-rw-r--r--src/com/vaadin/ui/Upload.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/ui/Upload.java b/src/com/vaadin/ui/Upload.java
index 053e1897fc..51de029108 100644
--- a/src/com/vaadin/ui/Upload.java
+++ b/src/com/vaadin/ui/Upload.java
@@ -912,6 +912,7 @@ public class Upload extends AbstractComponent implements Component.Focusable {
*/
public void setButtonCaption(String buttonCaption) {
this.buttonCaption = buttonCaption;
+ requestRepaint();
}
/*