From d30126ef8bd2fa18b06115dae16de61516782bcc Mon Sep 17 00:00:00 2001 From: Muukii Date: Wed, 7 Feb 2024 20:23:30 +0900 Subject: [PATCH] Patch --- Sources/BrightroomUI/Shared/Components/Crop/CropView.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/BrightroomUI/Shared/Components/Crop/CropView.swift b/Sources/BrightroomUI/Shared/Components/Crop/CropView.swift index ed32af72..a71d89d0 100644 --- a/Sources/BrightroomUI/Shared/Components/Crop/CropView.swift +++ b/Sources/BrightroomUI/Shared/Components/Crop/CropView.swift @@ -525,6 +525,8 @@ public final class CropView: UIView, UIScrollViewDelegate { } $0.layoutVersion += 1 } + + guideView.setLockedAspectRatio(ratio) } /**