From cf15fde2aa2bcbb244fdfdc46debf457451079f7 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 13 Mar 2019 17:53:46 +0800 Subject: Set preset bank correctly in XG mode. Removed High DPI handling code. Good luck to Windows users out there. Skulpture style: dials are no longer blurred if scaled. --- qmidiplayer-desktop/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'qmidiplayer-desktop/main.cpp') diff --git a/qmidiplayer-desktop/main.cpp b/qmidiplayer-desktop/main.cpp index 740d7a5..a2375ca 100644 --- a/qmidiplayer-desktop/main.cpp +++ b/qmidiplayer-desktop/main.cpp @@ -23,7 +23,6 @@ int main(int argc,char **argv) { - QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); QApplication a(argc,argv); QTranslator qtTranslator; -- cgit v1.2.3