From d0761bf60ec2e448175923133b0a0b971ffd4c01 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Thu, 29 Feb 2024 19:15:33 +0100 Subject: [PATCH] revert crop by default (did not work as intended) --- src/send_image_popup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/send_image_popup.hpp b/src/send_image_popup.hpp index 9e60b5e..2e5f000 100644 --- a/src/send_image_popup.hpp +++ b/src/send_image_popup.hpp @@ -32,7 +32,7 @@ struct SendImagePopup { Rect crop_rect; Rect crop_before_drag; - bool cropping {true}; + bool cropping {false}; bool dragging_last_frame_ul {false}; bool dragging_last_frame_lr {false};