fix(calibration): application du crop sur l'écran de calibration
This commit is contained in:
@@ -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é
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user