8000 f · OceanWolf/matplotlib@eb514d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb514d5

Browse files
committed
f
1 parent 0d7c01a commit eb514d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def setup():
5050
rcParams['text.hinting'] = False
5151
rcParams['text.hinting_factor'] = 8
5252
if use_new_toolmanager:
53-
rcParams['toolbar'] == 'toolmanager'
53+
rcParams['toolbar'] = 'toolmanager'
5454

5555
# Clear the font caches. Otherwise, the hinting mode can travel
5656
# from one test to another.

0 commit comments

Comments
 (0)
0