##// END OF EJS Templates
Merge pull request #12318 from meeseeksmachine/auto-backport-of-pr-12314-on-7.x
Matthias Bussonnier -
r25738:2884cdb6 merge
parent child Browse files
Show More
@@ -25,6 +25,7 b' def inputhook(context):'
25 'variable. Deactivate Qt5 code.'
25 'variable. Deactivate Qt5 code.'
26 )
26 )
27 return
27 return
28 QtCore.QCoreApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling)
28 _appref = app = QtGui.QApplication([" "])
29 _appref = app = QtGui.QApplication([" "])
29 event_loop = QtCore.QEventLoop(app)
30 event_loop = QtCore.QEventLoop(app)
30
31
General Comments 0
You need to be logged in to leave comments. Login now