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 7918e51 commit 653bc4dCopy full SHA for 653bc4d
AvaGui/Views/MainWindow.axaml
@@ -405,7 +405,7 @@
405
<DockPanel>
406
<Border BorderThickness="1" DockPanel.Dock="Top">
407
<StackPanel Orientation="Vertical" MaxHeight="512">
408
- <Image Name="AnimationPreviewPP" Source="{Binding SelectedBitmapPreview}" Stretch="None" Margin="4" MaxHeight="1024" MinHeight="64" Height="{Binding AnimationWindowHeight}" Width="256">
+ <Image Name="AnimationPreviewPP" Source="{Binding SelectedBitmapPreview}" RenderOptions.BitmapInterpolationMode="None" Stretch="None" Margin="4" MaxHeight="1024" MinHeight="64" Height="{Binding AnimationWindowHeight}" Width="256">
409
<Image.RenderTransform>
410
<ScaleTransform ScaleX="{Binding Zoom}" ScaleY="{Binding Zoom}" />
411
</Image.RenderTransform>
0 commit comments