Thanks to visit codestin.com Credit goes to github.com
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 a4dca24 commit f566213Copy full SHA for f566213
1 file changed
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