adjust scrolbars when window is resized

svn path=/trunk/netsurf/; revision=13473
This commit is contained in:
Chris Young 2012-02-26 14:40:34 +00:00
parent bb17cc2529
commit 2951735e2f

View File

@ -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;