fix(calibration): application du crop sur l'écran de calibration

This commit is contained in:
qguillaume
2026-05-27 00:03:29 +02:00
parent eabe7511bd
commit 02c0d449e4
2 changed files with 52 additions and 5 deletions

View File

@@ -386,8 +386,8 @@ class _CropScreenState extends State<CropScreen> {
targetType: widget.targetType,
initialCenterX: targetCenterX,
initialCenterY: targetCenterY,
cropScale: _scale,
cropOffset: _offset,
cropScale: _scale, // On passe bien le zoom mémorisé
cropOffset: _offset, // On passe bien le décalage mémorisé
),
),
);