diff options
Diffstat (limited to 'src/ui/labelwidget.c')
-rw-r--r-- | src/ui/labelwidget.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/labelwidget.c b/src/ui/labelwidget.c index 341c2f0e..f24e2573 100644 --- a/src/ui/labelwidget.c +++ b/src/ui/labelwidget.c | |||
@@ -264,10 +264,12 @@ void setText_LabelWidget(iLabelWidget *d, const iString *text) { | |||
264 | 264 | ||
265 | void updateText_LabelWidget(iLabelWidget *d, const iString *text) { | 265 | void updateText_LabelWidget(iLabelWidget *d, const iString *text) { |
266 | set_String(&d->label, text); | 266 | set_String(&d->label, text); |
267 | refresh_Widget(&d->widget); | ||
267 | } | 268 | } |
268 | 269 | ||
269 | void updateTextCStr_LabelWidget(iLabelWidget *d, const char *text) { | 270 | void updateTextCStr_LabelWidget(iLabelWidget *d, const char *text) { |
270 | setCStr_String(&d->label, text); | 271 | setCStr_String(&d->label, text); |
272 | refresh_Widget(&d->widget); | ||
271 | } | 273 | } |
272 | 274 | ||
273 | void setTextCStr_LabelWidget(iLabelWidget *d, const char *text) { | 275 | void setTextCStr_LabelWidget(iLabelWidget *d, const char *text) { |