- (Fix) CTB: Corrupt and unprintable file when saving (#270)
This commit is contained in:
Tiago Conceição
2021-08-22 04:06:08 +01:00
parent 926410915b
commit 90a9cc3ba3
5 changed files with 13 additions and 5 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 22/08/2021 - v2.19.3
- (Fix) CTB: Corrupt and unprintable file when saving (#270)
## 21/08/2021 - v2.19.2
- **File Formats:**
+2 -2
View File
@@ -29,7 +29,6 @@
- For beta testing new features
# Supporters / Contributors
- https://github.com/sponsors/sn4k3
- Ingo Strohmenger
- Sven Vogt
@@ -63,4 +62,5 @@
- Thomas Wilbert
- Gary Kyle
- Peter Csaki
- Chris Luginbuhl
- Chris Luginbuhl
- Tim Savage
+5 -1
View File
@@ -623,7 +623,11 @@ namespace UVtools.Core.FileFormats
Parent = parent;
SetFrom(layer);
TableSize = parent.HeaderSettings.Version <= 2 ? TABLE_SIZE : LayerDefEx.TABLE_SIZE;
if (parent.HeaderSettings.Version >= 2)
{
TableSize += LayerDefEx.TABLE_SIZE;
}
}
public void SetFrom(Layer layer)
+1 -1
View File
@@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
<PackageProjectUrl>https://github.com/sn4k3/UVtools</PackageProjectUrl>
<Description>MSLA/DLP, file analysis, calibration, repair, conversion and manipulation</Description>
<Version>2.19.2</Version>
<Version>2.19.3</Version>
<Copyright>Copyright © 2020 PTRTECH</Copyright>
<PackageIcon>UVtools.png</PackageIcon>
<Platforms>AnyCPU;x64</Platforms>
+1 -1
View File
@@ -12,7 +12,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Version>2.19.2</Version>
<Version>2.19.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">