summaryrefslogtreecommitdiff
path: root/atari/toolbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/toolbar.c')
-rw-r--r--atari/toolbar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/atari/toolbar.c b/atari/toolbar.c
index 349d2c5e6..a6b7930b4 100644
--- a/atari/toolbar.c
+++ b/atari/toolbar.c
@@ -411,6 +411,7 @@ void toolbar_redraw(struct s_toolbar *tb, GRECT *clip)
.y1 = MAX(0,area.g_y - area_ro.g_y) + area.g_h
};
//dbg_rect("tb textarea clip: ", &r);
+ // TODO: let this be handled by an userdef object redraw function:
textarea_redraw(tb->url.textarea, 0, 0, &r, &toolbar_rdrw_ctx);
}
}