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, 2 insertions, 1 deletions
diff --git a/desktop/tree.c b/desktop/tree.c
index 92a25109c..07a69f39e 100644
--- a/desktop/tree.c
+++ b/desktop/tree.c
@@ -244,7 +244,8 @@ static void treeview_test_redraw(struct tree *tree, int x, int y,
clip.y0 = clip_y;
clip.x1 = clip_x + clip_width;
clip.y1 = clip_y + clip_height;
-
+LOG(("x:%i, y:%i, clip x0:%i, clip y0:%i, clip x1:%i, clip y1:%i\n",
+ x, y, clip.x0, clip.y0, clip.x1, clip.y1));
global_history_redraw(x, y, &clip, ctx);
}