mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Fix assign of ResolutionY
This commit is contained in:
@@ -887,7 +887,7 @@ public class Layer : BindableBase, IEquatable<Layer>, IEquatable<uint>
|
||||
{
|
||||
CompressedBytes = CompressMat(value, _compressionCodec);
|
||||
_resolutionX = (uint)value.Width;
|
||||
_resolutionX = (uint)value.Height;
|
||||
_resolutionY = (uint)value.Height;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user