flabbet 4 سال پیش
والد
کامیت
f8c9ca528c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      PixiEditor/App.xaml.cs

+ 1 - 1
PixiEditor/App.xaml.cs

@@ -18,7 +18,7 @@ namespace PixiEditor
             if (ViewModelMain.Current.BitmapManager.Documents.Any(x => !x.ChangesSaved))
             {
                 ConfirmationType confirmation = ConfirmationDialog.Show($"{e.ReasonSessionEnding} with unsaved data. Are you sure?", $"{e.ReasonSessionEnding}");
-                e.Cancel = confirmation != ConfirmationType.Yes
+                e.Cancel = confirmation != ConfirmationType.Yes;
             }
         }
     }