NOISSUE remove AA_UseHighDpiPixmaps

This commit is contained in:
Petr Mrázek 2017-04-26 22:57:02 +02:00
parent edc25dab17
commit 243f7e4fb4

View File

@ -121,7 +121,6 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
startTime = QDateTime::currentDateTime(); startTime = QDateTime::currentDateTime();
setAttribute(Qt::AA_UseHighDpiPixmaps);
// Don't quit on hiding the last window // Don't quit on hiding the last window
this->setQuitOnLastWindowClosed(false); this->setQuitOnLastWindowClosed(false);