소스 검색

Allow hidpi on Windows again

Should work with Qt 5.9.
Vincent Lang 7 년 전
부모
커밋
f77d06e052
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/main.cpp

+ 0 - 4
src/main.cpp

@@ -162,10 +162,6 @@ int main(int argc, char *argv[])
     }
 
     auto scale = parser.value("scale-factor");
-#ifdef Q_OS_WIN32
-    if (scale == "auto")
-      scale = "none";
-#endif
     if (scale.isEmpty() || scale == "auto")
       QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
     else if (scale != "none")