From 262555099d0af7b07328b9ec2483e41f8e1bf5aa Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 11 Feb 2013 10:47:15 +0000 Subject: Pass scale to textarea redraw. --- atari/toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari') diff --git a/atari/toolbar.c b/atari/toolbar.c index c472942de..d71f2eeb0 100644 --- a/atari/toolbar.c +++ b/atari/toolbar.c @@ -471,7 +471,7 @@ void toolbar_redraw(struct s_toolbar *tb, GRECT *clip) }; //dbg_rect("tb textarea clip: ", &r); // TODO: let this be handled by an userdef object redraw function: - textarea_redraw(tb->url.textarea, 0, 0, 0xffffff, &r, &toolbar_rdrw_ctx); + textarea_redraw(tb->url.textarea, 0, 0, 0xffffff, 1.0, &r, &toolbar_rdrw_ctx); } } -- cgit v1.2.3