mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
Fix Issue 11464
This commit is contained in:
parent
b73f7fe16f
commit
01f8b7e458
@ -192,6 +192,7 @@ class _AspectRatioButton extends StatelessWidget {
|
||||
: Theme.of(context).iconTheme.color,
|
||||
),
|
||||
onPressed: () {
|
||||
cropController.crop = const Rect.fromLTRB(0.1, 0.1, 0.9, 0.9);
|
||||
aspectRatio.value = ratio;
|
||||
cropController.aspectRatio = ratio;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user