Skip to content

Commit

Permalink
Fix crash when opening the rotate image dialog for the second time fo…
Browse files Browse the repository at this point in the history
…r large canvases
  • Loading branch information
OverloadedOrama committed Mar 14, 2023
1 parent 4bf7829 commit ad61ddc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UI/Dialogs/ImageEffects/RotateImage.gd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func _about_to_show() -> void:
confirmed = false
._about_to_show()
wait_apply_timer.wait_time = wait_time_slider.value / 1000.0
angle_slider.value = 0


func _calculate_pivot() -> void:
Expand Down

0 comments on commit ad61ddc

Please sign in to comment.