Skip to content

Commit 8016e77

Browse files
authored
fix(qt): remove obsolete call to AA_EnableHighDpiScaling (#2283)
1 parent b77b272 commit 8016e77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ int run(int argc, char* argv[])
3939
// must be after logging
4040
TimeThis tt("main() multiprocess");
4141

42-
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
4342
MOApplication app(argc, argv);
4443

4544
// check if the command line wants to run something right now

0 commit comments

Comments
 (0)