summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/tree.c')
-rw-r--r--amiga/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index 8cd155b0b..f2acc2d6f 100644
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -1272,7 +1272,7 @@ static void ami_tree_redraw_req_dr(void *p)
y = pos_y;
}
- tree_draw(twin->tree, 0 - pos_x, 0 - pos_y,
+ tree_draw(twin->tree, bbox->Left - pos_x, bbox->Top - pos_y,
atrr_data->x, atrr_data->y,
atrr_data->width, atrr_data->height, &ctx);