Skip to content

Commit

Permalink
🐛 Fix the image cropping UI not synchronizing region displacement.
Browse files Browse the repository at this point in the history
This was previously caught by the PointerReleased event, which is not intercepted anymore.
  • Loading branch information
hexawyz committed Feb 9, 2025
1 parent 613ce01 commit 8b7cebc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ private void TryBindPointerEvents()
(
ImageCropper,
[
"PART_SourceImage",
"PART_TopThumb",
"PART_BottomThumb",
"PART_LeftThumb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Exo.Contracts.Ui.Settings;
using Exo.Settings.Ui.Services;
using Exo.Ui;
using Microsoft.UI.Xaml.Controls.Primitives;

namespace Exo.Settings.Ui.ViewModels;

Expand Down

0 comments on commit 8b7cebc

Please sign in to comment.