Skip to content

Commit 15b55a4

Browse files
committed
WPF Change to BitmapScalingMode.HighQuality - default it to higher and let people reduce it rather than the other way around
1 parent 8630e75 commit 15b55a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp.Wpf/ChromiumWebBrowser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public ChromiumWebBrowser()
405405

406406
PresentationSource.AddSourceChangedHandler(this, PresentationSourceChangedHandler);
407407

408-
RenderOptions.SetBitmapScalingMode(this, BitmapScalingMode.NearestNeighbor);
408+
RenderOptions.SetBitmapScalingMode(this, BitmapScalingMode.HighQuality);
409409
}
410410

411411
/// <summary>

0 commit comments

Comments
 (0)