summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/tree.c')
-rw-r--r--amiga/tree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index 80d05a68f..5ef3a20d6 100644
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -1309,6 +1309,9 @@ void ami_tree_redraw_request(int x, int y, int width, int height, void *data)
atrr_data->height = height;
atrr_data->twin = (struct treeview_window *)data;
+ /**TODO: Queue these requests properly like the main browser code does
+ **/
+
schedule(0, ami_tree_redraw_req, atrr_data);
}