Skip to content

Commit

Permalink
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 22, 2024
1 parent 018ee1d commit a975950
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ui/src/ui_resizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ void ui_resizer_load_column_minmaxinfo(ui_resizer_t *resizer)

void ui_resizer_init(ui_resizer_t *resizer, ui_widget_t *target)
{
css_computed_style_t *s = &target->computed_style;

resizer->target = target;
resizer->wrap = ui_widget_is_wrap(target);
resizer->line_min_main_size = 0;
Expand Down

0 comments on commit a975950

Please sign in to comment.