mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
Update treeview test parasite to pass tree height changes on to front end.
This commit is contained in:
parent
db83497645
commit
a1f5272f78
@ -191,6 +191,9 @@ static void treeview_test_redraw_request(struct core_window *cw, struct rect r)
|
||||
static void treeview_test_update_size(struct core_window *cw,
|
||||
int width, int height)
|
||||
{
|
||||
struct tree *tree = (struct tree *)cw;
|
||||
|
||||
tree->callbacks->resized(tree, width, height, tree->client_data);
|
||||
}
|
||||
|
||||
static void treeview_test_scroll_visible(struct core_window *cw, struct rect r)
|
||||
|
Loading…
Reference in New Issue
Block a user