diff options
-rw-r--r-- | src/ui/inputwidget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/inputwidget.c b/src/ui/inputwidget.c index 89981bd2..8151b759 100644 --- a/src/ui/inputwidget.c +++ b/src/ui/inputwidget.c | |||
@@ -180,6 +180,7 @@ void setText_InputWidget(iInputWidget *d, const iString *text) { | |||
180 | iConstForEach(String, i, text) { | 180 | iConstForEach(String, i, text) { |
181 | pushBack_Array(&d->text, &i.value); | 181 | pushBack_Array(&d->text, &i.value); |
182 | } | 182 | } |
183 | iZap(d->mark); | ||
183 | refresh_Widget(as_Widget(d)); | 184 | refresh_Widget(as_Widget(d)); |
184 | } | 185 | } |
185 | 186 | ||