Skip to content

Commit

Permalink
[4.4.3] set fontengine=directwrite Antialiasing=true, Smooth=false
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkorsukov committed Oct 1, 2024
1 parent dda569b commit 3ae8872
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 3ae8872

Please sign in to comment.