mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[AlwaysOnTop]Enable anti-aliasing for the border (#32555)
This commit is contained in:
@@ -62,7 +62,7 @@ bool FrameDrawer::CreateRenderTargets(const RECT& clientRect)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_renderTarget->SetAntialiasMode(D2D1_ANTIALIAS_MODE_ALIASED);
|
m_renderTarget->SetAntialiasMode(D2D1_ANTIALIAS_MODE_PER_PRIMITIVE);
|
||||||
m_renderTargetSizeHash = rectHash;
|
m_renderTargetSizeHash = rectHash;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user