Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a1eb4e5

Browse filesBrowse files
authored
Merge pull request #16842 from meeseeksmachine/auto-backport-of-pr-16835-on-v3.2.x
Backport PR #16835 on branch v3.2.x (Don't forget to export isdeleted on Qt4.)
2 parents fa773f6 + 6e86ff8 commit a1eb4e5
Copy full SHA for a1eb4e5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backends/qt_compat.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/qt_compat.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def _setup_pyqt4():
9292

9393
def _setup_pyqt4_internal(api):
9494
global QtCore, QtGui, QtWidgets, \
95-
__version__, is_pyqt5, _getSaveFileName
95+
__version__, is_pyqt5, _isdeleted, _getSaveFileName
9696
# List of incompatible APIs:
9797
# http://pyqt.sourceforge.net/Docs/PyQt4/incompatible_apis.html
9898
_sip_apis = ["QDate", "QDateTime", "QString", "QTextStream", "QTime",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.