We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c2b1a commit 0f9c317Copy full SHA for 0f9c317
src/Files.App/Helpers/BitmapHelper.cs
@@ -28,8 +28,8 @@ internal static class BitmapHelper
28
{
29
image.DecodePixelWidth = decodeSize;
30
image.DecodePixelHeight = decodeSize;
31
- image.DecodePixelType = DecodePixelType.Logical;
32
}
+ image.DecodePixelType = DecodePixelType.Logical;
33
await image.SetSourceAsync(ms.AsRandomAccessStream());
34
return image;
35
0 commit comments