Compare commits

...

1 Commits

Author SHA1 Message Date
d0761bf60e revert crop by default (did not work as intended) 2024-02-29 19:15:33 +01:00

View File

@ -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};