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 0becd419..2a1eb06a 100644 --- a/src/ui/labelwidget.c +++ b/src/ui/labelwidget.c | |||
@@ -429,6 +429,8 @@ void updateTextCStr_LabelWidget(iLabelWidget *d, const char *text) { | |||
429 | 429 | ||
430 | void setTextCStr_LabelWidget(iLabelWidget *d, const char *text) { | 430 | void setTextCStr_LabelWidget(iLabelWidget *d, const char *text) { |
431 | setCStr_String(&d->label, text); | 431 | setCStr_String(&d->label, text); |
432 | set_String(&d->srcLabel, &d->label); | ||
433 | replaceVariables_LabelWidget_(d); | ||
432 | updateSize_LabelWidget(d); | 434 | updateSize_LabelWidget(d); |
433 | } | 435 | } |
434 | 436 | ||