فهرست منبع

Don't close crop control when copying

Ruben 8 ماه پیش
والد
کامیت
53084777a6
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/PicView.Avalonia/ViewModels/ImageCropperViewModel.cs

+ 0 - 2
src/PicView.Avalonia/ViewModels/ImageCropperViewModel.cs

@@ -146,8 +146,6 @@ public class ImageCropperViewModel : ViewModelBase
     {
         if (UIHelper.GetMainView.DataContext is not MainViewModel vm) return;
         if (vm.ImageSource is not Bitmap sourceBitmap) return;
-        
-        CropFunctions.CloseCropControl(vm);
 
         var x = Convert.ToInt32(SelectionX / AspectRatio);
         var y = Convert.ToInt32(SelectionY / AspectRatio);