Skip to content

Commit

Permalink
WPF Change to BitmapScalingMode.HighQuality - default it to higher an…
Browse files Browse the repository at this point in the history
…d let people reduce it rather than the other way around
  • Loading branch information
amaitland committed Jan 18, 2017
1 parent d4ef151 commit 954c87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CefSharp.Wpf/ChromiumWebBrowser.cs
Expand Up @@ -405,7 +405,7 @@ public ChromiumWebBrowser()

PresentationSource.AddSourceChangedHandler(this, PresentationSourceChangedHandler);

RenderOptions.SetBitmapScalingMode(this, BitmapScalingMode.NearestNeighbor);
RenderOptions.SetBitmapScalingMode(this, BitmapScalingMode.HighQuality);
}

/// <summary>
Expand Down

0 comments on commit 954c87d

Please sign in to comment.