Skip to content

Commit 0f9c317

Browse files
committed
Code Quality: Fixed DecodePixelType
1 parent e8c2b1a commit 0f9c317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Helpers/BitmapHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ internal static class BitmapHelper
2828
{
2929
image.DecodePixelWidth = decodeSize;
3030
image.DecodePixelHeight = decodeSize;
31-
image.DecodePixelType = DecodePixelType.Logical;
3231
}
32+
image.DecodePixelType = DecodePixelType.Logical;
3333
await image.SetSourceAsync(ms.AsRandomAccessStream());
3434
return image;
3535
}

0 commit comments

Comments
 (0)