Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f566213

Browse files
committed
Deduplicate test for toolbar button icon LA mode.
This seems to have been accidentally duplicated in 7e2d904 (perhaps a merge problem).
1 parent a4dca24 commit f566213

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/matplotlib/tests/test_backends_interactive.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ def check_alt_backend(alt_backend):
206206

207207
assert fig.canvas.manager.get_window_title() == "Figure 1"
208208

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-
213209
if mpl.rcParams["toolbar"] == "toolmanager":
214210
# test toolbar button icon LA mode see GH issue 25174
215211
_test_toolbar_button_la_mode_icon(fig)

0 commit comments

Comments
 (0)