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.Core/FileFormats/UVJFile.cs')
-rw-r--r--UVtools.Core/FileFormats/UVJFile.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Core/FileFormats/UVJFile.cs b/UVtools.Core/FileFormats/UVJFile.cs
index e30f5da..222ded1 100644
--- a/UVtools.Core/FileFormats/UVJFile.cs
+++ b/UVtools.Core/FileFormats/UVJFile.cs
@@ -397,7 +397,7 @@ namespace UVtools.Core.FileFormats
JsonSettings = Helpers.JsonDeserializeObject<Settings>(entry.Open());
- LayerManager = new LayerManager(JsonSettings.Properties.Size.Layers, this);
+ LayerManager.Init(JsonSettings.Properties.Size.Layers);
entry = inputFile.GetEntry(FilePreviewTinyName);
if (!ReferenceEquals(entry, null))