From 7fe75fdd56a85f88d9d433e346330e11eb504346 Mon Sep 17 00:00:00 2001 From: elfein727 Date: Tue, 28 Dec 2021 02:15:34 -0800 Subject: [PATCH] undo mindless commit --- src/widget/flex/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widget/flex/mod.rs b/src/widget/flex/mod.rs index 02fb7f9..3045671 100644 --- a/src/widget/flex/mod.rs +++ b/src/widget/flex/mod.rs @@ -404,7 +404,6 @@ impl Widget for Flex { // Get the child's origin, origin + size rectangle let child_size = widget.layout_rect().size(); // LEAVING OFF RIGHT HERE- DOCUMENT BELOW - // let alignment = alignment.unwrap_or(self.cross_alignment); let child_minor_offset = match alignment { CrossAxisAlignment::Fill => {