diff options
Diffstat (limited to 'src/ui/inputwidget.c')
-rw-r--r-- | src/ui/inputwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/inputwidget.c b/src/ui/inputwidget.c index bfb71913..305b8c9b 100644 --- a/src/ui/inputwidget.c +++ b/src/ui/inputwidget.c | |||
@@ -335,7 +335,7 @@ static void draw_InputWidget_(const iInputWidget *d) { | |||
335 | white_ColorId, | 335 | white_ColorId, |
336 | "%s", | 336 | "%s", |
337 | cstr_String(&text)); | 337 | cstr_String(&text)); |
338 | clearClip_Paint(&p); | 338 | unsetClip_Paint(&p); |
339 | /* Cursor blinking. */ | 339 | /* Cursor blinking. */ |
340 | if (isFocused && (time & 256)) { | 340 | if (isFocused && (time & 256)) { |
341 | const iInt2 prefixSize = advanceN_Text(d->font, cstr_String(&text), d->cursor); | 341 | const iInt2 prefixSize = advanceN_Text(d->font, cstr_String(&text), d->cursor); |