8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4835706 commit 8ddee42Copy full SHA for 8ddee42
lib/matplotlib/tests/test_backends_interactive.py
@@ -206,10 +206,6 @@ def check_alt_backend(alt_backend):
206
207
assert fig.canvas.manager.get_window_title() == "Figure 1"
208
209
- if mpl.rcParams["toolbar"] == "toolmanager":
210
- # test toolbar button icon LA mode see GH issue 25174
211
- _test_toolbar_button_la_mode_icon(fig)
212
-
213
if mpl.rcParams["toolbar"] == "toolmanager":
214
# test toolbar button icon LA mode see GH issue 25174
215
_test_toolbar_button_la_mode_icon(fig)
0 commit comments