8000 Properly declare the interactive framework for the qt4foo backends. · matplotlib/matplotlib@bb33793 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb33793

Browse files
committed
Properly declare the interactive framework for the qt4foo backends.
1 parent 521b60a commit bb33793

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