8000 Remove unused wx private attribute. · matplotlib/matplotlib@99428e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99428e6

Browse files
committed
Remove unused wx private attribute.
This is not used anywhere.
1 parent d872350 commit 99428e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_wx.py

Lines changed: 1 addition & 1 deletion
4AD1
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ def __init__(self, canvas, coordinates=True):
11191119
self.Realize()
11201120

11211121
NavigationToolbar2.__init__(self, canvas)
1122-
self._idle = True
1122+
11231123
self._prevZoomRect = None
11241124
# for now, use alternate zoom-rectangle drawing on all
11251125
# Macs. N.B. In future versions of wx it may be possible to

0 commit comments

Comments
 (0)
0