From 7961396df60508e477f3b6bb1bdf8042fe871c60 Mon Sep 17 00:00:00 2001 From: Nerixyz Date: Tue, 7 Jan 2025 21:27:40 +0100 Subject: [PATCH] fix: don't force 96 dpi --- src/RunGui.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/RunGui.cpp b/src/RunGui.cpp index d7fee878d..7d59ed2a3 100644 --- a/src/RunGui.cpp +++ b/src/RunGui.cpp @@ -80,8 +80,6 @@ namespace { void initQt() { // set up the QApplication flags - QApplication::setAttribute(Qt::AA_Use96Dpi, true); - #ifdef Q_OS_WIN32 // Avoid promoting child widgets to child windows // This causes bugs with frameless windows as not all child events