aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
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) {