Skip to content

Commit

Permalink
fixup! feat(gui): add flexible box layout
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Feb 1, 2020
1 parent 0bf233d commit 03f951e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/widget_style.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ void Widget_ComputeSizeStyle(LCUI_Widget w)

void Widget_ComputeFlexBasisStyle(LCUI_Widget w)
{
LCUI_Style s = w->style->sheet;
LCUI_FlexBoxLayoutStyle *flex = &w->computed_style.flex;

if (w->parent &&
Expand Down

0 comments on commit 03f951e

Please sign in to comment.