Skip to content

Commit

Permalink
set fontengine=directwrite for Windows, smooth=false
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkorsukov committed Sep 26, 2024
1 parent 233f114 commit 0b4d00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/uicomponents/view/quickpaintedview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ QuickPaintedView::QuickPaintedView(QQuickItem* parent)
{
#ifdef Q_OS_WIN
setAntialiasing(true);
setSmooth(true);
setSmooth(false);
#else
//! NOTE It is necessary that when UI scaling is displayed without a blur
setAntialiasing(false);
Expand Down

0 comments on commit 0b4d00e

Please sign in to comment.