From f752a10702f20e49bd4da4f1400487fc96dc35f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 15 Oct 2015 22:21:19 +0200 Subject: ui: cleanup redrawing --- view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.c') diff --git a/view.c b/view.c index 9348753..6f48aaa 100644 --- a/view.c +++ b/view.c @@ -519,7 +519,7 @@ void view_draw(View *view) { } if (view->ui) - view->ui->draw_text(view->ui, view->topline); + view->ui->draw(view->ui); } bool view_resize(View *view, int width, int height) { -- cgit v1.2.3