mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 02:06:36 +02:00
[AOT] Fix rounded corners black edges (#19615)
* [AOT] Fix rounded corners black edges Enable antialiasing for render target * Update expect.txt
This commit is contained in:
@@ -59,6 +59,8 @@ bool FrameDrawer::CreateRenderTargets(const RECT& clientRect)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
m_renderTarget->SetAntialiasMode(D2D1_ANTIALIAS_MODE_ALIASED);
|
||||
m_renderTargetSizeHash = rectHash;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user