crop lr works too

This commit is contained in:
2023-10-05 16:24:51 +02:00
parent 440489f228
commit 8633c5eafd
2 changed files with 42 additions and 22 deletions

View File

@ -32,6 +32,8 @@ struct SendImagePopup {
Rect crop_before_drag;
bool cropping {false};
bool dragging_last_frame_ul {false};
bool dragging_last_frame_lr {false};
// texture to render (orig img)
TextureEntry preview_image;