make image rotation consistent with icon

pull/550/head
ryanzhao 3 years ago
parent 7a22c9d329
commit cef39f4ba3

@ -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) {

Loading…
Cancel
Save