Step 4 complete: Add CropWidget (444 lines) and crop dialog - Crop feature restored!

This commit is contained in:
wfx 2026-02-04 16:20:08 +01:00
parent 5d729c7495
commit 49bff3dd89
6 changed files with 547 additions and 6 deletions

View file

@ -52,8 +52,6 @@ pub enum AppMessage {
CropDragMove {
x: f32,
y: f32,
max_x: f32,
max_y: f32,
},
CropDragEnd,