Explorar o código

Don't close crop control when copying

Ruben hai 8 meses
pai
achega
53084777a6
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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);