summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index f7fa7cd6a..0e17ae836 100755
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -1180,6 +1180,7 @@ BOOL ami_tree_event(struct treeview_window *twin)
break;
case WMHI_NEWSIZE:
+ ami_tree_resized(twin->tree, twin->max_width, twin->max_height, twin);
ami_tree_draw(twin);
break;