Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! feat: new layout process
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Dec 6, 2024
1 parent f5ad85d commit 566076e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ui/src/ui_widget_layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ void ui_widget_reflow_if_height_changed(ui_widget_t *w)

void ui_widget_reflow(ui_widget_t *w)
{
css_computed_style_t *s = &w->computed_style;
ui_event_t ev = { .type = UI_EVENT_AFTERLAYOUT, .cancel_bubble = true };

switch (w->computed_style.type_bits.display) {
Expand Down

0 comments on commit 566076e

Please sign in to comment.