Skip to content

Commit

Permalink
fixed another space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan de Vries committed Aug 27, 2022
1 parent 75724ea commit 0fec7a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ class CropOverlayView

rectMiddle.left = rectTop.left
rectMiddle.right = rectTop.right
rectMiddle.top = ((cropWindowRect.top + cropWindowRect.bottom)/2.0f - (maxVerticalGestureExclusion * 0.2f)).toInt()
rectMiddle.top = ((cropWindowRect.top + cropWindowRect.bottom) / 2.0f - (maxVerticalGestureExclusion * 0.2f)).toInt()
rectMiddle.bottom = (rectMiddle.top + (maxVerticalGestureExclusion * 0.4f)).toInt()

rectBottom.left = rectTop.left
Expand Down

0 comments on commit 0fec7a4

Please sign in to comment.