mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
Fix Issue 11464
This commit is contained in:
parent
b73f7fe16f
commit
01f8b7e458
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue