8000 Merge pull request #12172 from meeseeksmachine/auto-backport-of-pr-12… · matplotlib/matplotlib@f31f160 · GitHub
[go: up one dir, main page]

Skip to content

Commit f31f160

Browse files
authored
Merge pull request #12172 from meeseeksmachine/auto-backport-of-pr-12157-on-v3.0.x
Backport PR #12157 on branch v3.0.x (Properly declare the interactive framework for the qt4foo backends.)
2 parents 8a4398b + 8ccd18b commit f31f160

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/backends/backend_qt4agg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
@_BackendQT5Agg.export
1010
class _BackendQT4Agg(_BackendQT5Agg):
11-
pass
11+
required_interactive_framework = "qt4"

lib/matplotlib/backends/backend_qt4cairo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
@_BackendQT5Cairo.export
55
class _BackendQT4Cairo(_BackendQT5Cairo):
6-
pass
6+
required_interactive_framework = "qt4"

0 commit comments

Comments
 (0)
0