Merge branch 'dev' into fix/m1-build-issues

This commit is contained in:
Morgan Pretty 2022-01-11 14:53:14 +11:00
commit e3f0c66136
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ class ImageEditorCropViewController: OWSViewController {
}
@objc public func rotate90ButtonPressed() {
rotateButtonPressed(angleRadians: CGFloat.pi * 0.5, rotateCanvas: true)
rotateButtonPressed(angleRadians: -CGFloat.pi * 0.5, rotateCanvas: true)
}
private func rotateButtonPressed(angleRadians: CGFloat, rotateCanvas: Bool) {