Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.WPF/MainWindow.axaml.cs')
-rw-r--r--UVtools.WPF/MainWindow.axaml.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/UVtools.WPF/MainWindow.axaml.cs b/UVtools.WPF/MainWindow.axaml.cs
index 08f20c2..f755a47 100644
--- a/UVtools.WPF/MainWindow.axaml.cs
+++ b/UVtools.WPF/MainWindow.axaml.cs
@@ -153,10 +153,8 @@ public partial class MainWindow : WindowEx
//ProgressWindow = new ProgressWindow();
return;
}
- else
- {
- DragDrop.SetAllowDrop(this, true);
- }
+
+ DragDrop.SetAllowDrop(this, true);
LastStopWatch = Progress.StopWatch;
ProgressFinish();