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/ChituboxZipFile.cs')
-rw-r--r--UVtools.Core/FileFormats/ChituboxZipFile.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/UVtools.Core/FileFormats/ChituboxZipFile.cs b/UVtools.Core/FileFormats/ChituboxZipFile.cs
index 7fcaf1c..f28268b 100644
--- a/UVtools.Core/FileFormats/ChituboxZipFile.cs
+++ b/UVtools.Core/FileFormats/ChituboxZipFile.cs
@@ -320,11 +320,7 @@ namespace UVtools.Core.FileFormats
public override float PrintTime
{
get => HeaderSettings.EstimatedPrintTime;
- set
- {
- HeaderSettings.EstimatedPrintTime = value;
- RaisePropertyChanged();
- }
+ set => base.PrintTime = HeaderSettings.EstimatedPrintTime = value;
}
public override float UsedMaterial