Skip to content

Commit 4fb3d9c

Browse files
committed
Fixed missing break statement in aspect ratio selector
1 parent 5b72b20 commit 4fb3d9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Objective-C/TOCropViewController/TOCropViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ - (void)setAspectRatioPreset:(TOCropViewControllerAspectRatioPreset)aspectRatioP
660660
break;
661661
case TOCropViewControllerAspectRatioPreset16x9:
662662
aspectRatio = CGSizeMake(16.0f, 9.0f);
663+
break;
663664
case TOCropViewControllerAspectRatioPreset16x6:
664665
aspectRatio = CGSizeMake(16.0f, 6.0f);
665666
break;

0 commit comments

Comments
 (0)