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.Issues.cs')
-rw-r--r--UVtools.WPF/MainWindow.Issues.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.WPF/MainWindow.Issues.cs b/UVtools.WPF/MainWindow.Issues.cs
index 53cef90..e1b2f76 100644
--- a/UVtools.WPF/MainWindow.Issues.cs
+++ b/UVtools.WPF/MainWindow.Issues.cs
@@ -166,7 +166,7 @@ namespace UVtools.WPF
if (layersRemove.Count > 0)
{
- SlicerFile.LayerManager.RemoveLayers(layersRemove);
+ OperationLayerRemove.RemoveLayers(SlicerFile, layersRemove);
result = true;
}