aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r--src/sc_editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c
index 95351e2..93a1245 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -75,7 +75,7 @@ static void rerender(SCEditor *e)
e->surface = render_sc(e->scblocks, e->w, e->h, e->log_w, e->log_h,
e->stylesheets, e->cbl, e->is, ISZ_EDITOR,
- e->slidenum);
+ e->slidenum, &e->top);
}