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/SL1File.cs')
-rw-r--r--UVtools.Core/FileFormats/SL1File.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/UVtools.Core/FileFormats/SL1File.cs b/UVtools.Core/FileFormats/SL1File.cs
index 72a2672..0db56ef 100644
--- a/UVtools.Core/FileFormats/SL1File.cs
+++ b/UVtools.Core/FileFormats/SL1File.cs
@@ -410,11 +410,7 @@ namespace UVtools.Core.FileFormats
public override float PrintTime
{
get => OutputConfigSettings.PrintTime;
- set
- {
- OutputConfigSettings.PrintTime = value;
- RaisePropertyChanged();
- }
+ set => base.PrintTime = OutputConfigSettings.PrintTime = value;
}
public override float UsedMaterial