Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
remove Qt::AA_EnableHighDpiScaling
Browse files Browse the repository at this point in the history
Close #71
  • Loading branch information
ColinDuquesnoy committed Jul 14, 2017
1 parent 97d1314 commit 82d31d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ int main(int argc, char** argv)
Q_INIT_RESOURCE(presentation);
qputenv("QTWEBENGINE_DIALOG_SET", "QtQuickControls2");

QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
// commented on purpose, see github issue #71
// QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);

ApplicationViewModel qtApp(argc, argv);

Expand Down

0 comments on commit 82d31d7

Please sign in to comment.