diff options
Diffstat (limited to 'src/ui/inputwidget.c')
-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 22b30616..e23e5acc 100644 --- a/src/ui/inputwidget.c +++ b/src/ui/inputwidget.c | |||
@@ -311,6 +311,7 @@ static void draw_InputWidget_(const iInputWidget *d) { | |||
311 | add_I2(topLeft_Rect(bounds), | 311 | add_I2(topLeft_Rect(bounds), |
312 | init_I2(xOff, yOff)), | 312 | init_I2(xOff, yOff)), |
313 | white_ColorId, | 313 | white_ColorId, |
314 | "%s", | ||
314 | cstr_String(&text)); | 315 | cstr_String(&text)); |
315 | clearClip_Paint(&p); | 316 | clearClip_Paint(&p); |
316 | /* Cursor blinking. */ | 317 | /* Cursor blinking. */ |