From d4e7d7476d114fd1ccd64bd5f5b3903e9fa954de Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 7 Aug 2024 16:43:14 -0500 Subject: [PATCH] rearranged comments Signed-off-by: Matt Bruce --- VDS/Components/InputStepper/InputStepper.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VDS/Components/InputStepper/InputStepper.swift b/VDS/Components/InputStepper/InputStepper.swift index 9302d0ec..6c44b58f 100644 --- a/VDS/Components/InputStepper/InputStepper.swift +++ b/VDS/Components/InputStepper/InputStepper.swift @@ -315,14 +315,14 @@ open class InputStepper: EntryFieldBase { } internal override func updateContainerWidth() { - + //we are not calling super here since + //we are changing how the widths are getting calculated + //now by including a percentage. + defer { fieldStackView.layer.cornerRadius = containerSize.height / 2 } - //we are not calling super here since - //we are changing how the widths are getting calculated - //now by including a percentage. stepperWidthConstraint?.deactivate() widthConstraint?.deactivate() trailingLessThanEqualsConstraint?.deactivate()