From 8016e77723b7de88a3900ad3f47efc73edc66fae Mon Sep 17 00:00:00 2001 From: itch <75189058+DLST316@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:40:50 +0900 Subject: fix(qt): remove obsolete call to AA_EnableHighDpiScaling (#2283) --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index de157859..3c8ca1c0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,7 +39,6 @@ int run(int argc, char* argv[]) // must be after logging TimeThis tt("main() multiprocess"); - QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); MOApplication app(argc, argv); // check if the command line wants to run something right now -- cgit v1.3.1