actually, let's not stop invalidating the root node on configure_notify
This commit is contained in:
parent
9302ac91b7
commit
3b534ad231
1 changed files with 1 additions and 0 deletions
|
@ -426,6 +426,7 @@ static void window_process_xcb_event(UIWindow *window, xcb_generic_event_t *even
|
|||
window->root->rect.w = ev->width;
|
||||
window->root->rect.h = ev->height;
|
||||
node_dispatch(window->root, UI_EVENT_RELAYOUT, 0, NULL);
|
||||
window_invalidate_node(window, window->root);
|
||||
#ifdef _UI_DEBUG
|
||||
node_dump(window->root, 0);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue