mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04: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,
|
: Theme.of(context).iconTheme.color,
|
||||||
),
|
),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
cropController.crop = const Rect.fromLTRB(0.1, 0.1, 0.9, 0.9);
|
||||||
aspectRatio.value = ratio;
|
aspectRatio.value = ratio;
|
||||||
cropController.aspectRatio = ratio;
|
cropController.aspectRatio = ratio;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user