summaryrefslogtreecommitdiff
path: root/desktop/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/tree.c')
-rw-r--r--desktop/tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/tree.c b/desktop/tree.c
index 131106b65..7e303827d 100644
--- a/desktop/tree.c
+++ b/desktop/tree.c
@@ -1867,8 +1867,7 @@ void tree_draw(struct tree *tree, int x, int y,
y = y + tree->editing->box.y;
if (tree->editing->type == NODE_ELEMENT_TEXT_PLUS_ICON)
x += NODE_INSTEP;
- textarea_redraw(tree->textarea, x, y,
- clip.x0, clip.y0, clip.x1, clip.y1);
+ textarea_redraw(tree->textarea, x, y, &clip);
}
}