mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
adjust scrolbars when window is resized
svn path=/trunk/netsurf/; revision=13473
This commit is contained in:
parent
bb17cc2529
commit
2951735e2f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user