this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

vxfw(FlexRow): fix integer overflow

Fixes: #201

+1 -1
+1 -1
src/vxfw/FlexRow.zig
··· 58 58 // Draw again, but with distributed widths 59 59 var second_pass_width: u16 = 0; 60 60 var max_height: u16 = 0; 61 - const remaining_space = ctx.max.width.? - first_pass_width; 61 + const remaining_space = ctx.max.width.? -| first_pass_width; 62 62 for (self.children, 0..) |child, i| { 63 63 const child_width = if (child.flex == 0) 64 64 size_list[i]