remove QDialog.exec_ shim
only used by PrinterExport.py which is currently disabled
This commit is contained in:
parent
a04ff546e0
commit
f4d685f7bd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user