diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index 432ce51cf9..3a4747ffe1 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -52,6 +52,7 @@ Andreanof anges angularsen ansicolor +antialias ANull AOC aocfnapldcnfbofgmbbllojgocaelgdd diff --git a/src/modules/alwaysontop/AlwaysOnTop/FrameDrawer.cpp b/src/modules/alwaysontop/AlwaysOnTop/FrameDrawer.cpp index ab0833ca86..7293561626 100644 --- a/src/modules/alwaysontop/AlwaysOnTop/FrameDrawer.cpp +++ b/src/modules/alwaysontop/AlwaysOnTop/FrameDrawer.cpp @@ -59,6 +59,8 @@ bool FrameDrawer::CreateRenderTargets(const RECT& clientRect) { return false; } + + m_renderTarget->SetAntialiasMode(D2D1_ANTIALIAS_MODE_ALIASED); m_renderTargetSizeHash = rectHash; return true;