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.
2 parents 43bc6b5 + f566213 commit 6b3d118Copy full SHA for 6b3d118
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