remove QDialog.exec_ shim

only used by PrinterExport.py which is currently disabled
This commit is contained in:
KIU Shueng Chuan 2021-02-14 07:36:07 +08:00
parent a04ff546e0
commit f4d685f7bd

View File

@ -435,7 +435,6 @@ if QT_LIB == PYQT6:
QtGui.QDropEvent.posF = lambda o : o.position()
QtWidgets.QApplication.exec_ = QtWidgets.QApplication.exec
QtWidgets.QDialog.exec_ = lambda o : o.exec()
QtGui.QDrag.exec_ = lambda o : o.exec()
# PyQt6 6.0.0 has a bug where it can't handle certain Type values returned