summaryrefslogtreecommitdiff
path: root/desktop/tree.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-02-08 23:25:40 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-02-08 23:25:40 +0000
commit0d831c4ab68d48e2ff114a217d5ce8df61cf0fe3 (patch)
tree3ab6c77d43a5d41156719a37b6b7e53445ab86e4 /desktop/tree.c
parent586e02e915f33e304f5f5e664d29efd2940a4dcf (diff)
downloadnetsurf-0d831c4ab68d48e2ff114a217d5ce8df61cf0fe3.tar.gz
netsurf-0d831c4ab68d48e2ff114a217d5ce8df61cf0fe3.tar.bz2
Scaled textarea rendering support. Ugly.
Diffstat (limited to 'desktop/tree.c')
-rw-r--r--desktop/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/tree.c b/desktop/tree.c
index 4201de03b..af64be83b 100644
--- a/desktop/tree.c
+++ b/desktop/tree.c
@@ -2079,7 +2079,7 @@ void tree_draw(struct tree *tree, int x, int y,
textarea_redraw(tree->textarea, x, y,
plot_style_fill_tree_background.
fill_colour,
- &clip, &new_ctx);
+ 1.0, &clip, &new_ctx);
}
}