summaryrefslogtreecommitdiff
path: root/frontends/amiga/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/tree.c')
-rw-r--r--frontends/amiga/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/amiga/tree.c b/frontends/amiga/tree.c
index f02fdcdbb..8328194ac 100644
--- a/frontends/amiga/tree.c
+++ b/frontends/amiga/tree.c
@@ -262,7 +262,7 @@ static void ami_tree_redraw_req_dr(void *p)
ami_update_pointer(twin->win, GUI_POINTER_DEFAULT);
ami_clearclipreg(glob);
glob->rp = temprp;
- glob = &browserglob;
+ ami_gui_set_default_gg();
}
static void ami_tree_redraw_req(void *p)
@@ -345,7 +345,7 @@ static void ami_tree_redraw_req(void *p)
ami_gui_free_space_box(bbox);
ami_update_pointer(twin->win, GUI_POINTER_DEFAULT);
ami_clearclipreg(glob);
- glob = &browserglob;
+ ami_gui_set_default_gg();
}
static void ami_tree_redraw_request(int x, int y, int width, int height, void *data)