REVERT: Back to working viewer - Keep what works (Mouse Zoom/Pan), Remove over-engineering

This commit is contained in:
wfx 2026-02-04 16:29:09 +01:00
parent 49bff3dd89
commit a9284bc22b
9 changed files with 637 additions and 642 deletions

View file

@ -4,7 +4,5 @@
// Custom widgets module.
pub mod crop_types;
pub mod crop_widget;
pub use crop_types::{CropRegion, CropSelection, DragHandle};
pub use crop_widget::crop_widget;