Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commita7e81ef

Browse files
authored
Merge pull request#30484 from tacaswell/fix/qt_cleanup
FIX: be more cautious about checking widget size
2 parentsd3491dc +63842c0 commita7e81ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎lib/matplotlib/backends/backend_qt.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def _draw_idle(self):
517517
ifnotself._draw_pending:
518518
return
519519
self._draw_pending=False
520-
ifself.height()<=0orself.width()<=0:
520+
if_isdeleted(self)orself.height()<=0orself.width()<=0:
521521
return
522522
try:
523523
self.draw()

‎requirements/testing/all.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coverage!=6.3
66
psutil
77
pytest!=4.6.0,!=5.4.0,!=8.1.0
88
pytest-cov
9-
pytest-rerunfailures
9+
pytest-rerunfailures!=16.0
1010
pytest-timeout
1111
pytest-xdist
1212
pytest-xvfb

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp