Skip to content

Commit 8b25e2f

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR #18621: Fix singleshot timers in wx.
1 parent f940a18 commit 8b25e2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/backends/backend_wx.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ def _timer_set_interval(self):
8787
if self._timer.IsRunning():
8888
self._timer_start() # Restart with new interval.
8989

90-
def _timer_set_single_shot(self):
91-
self._timer.Start()
92-
9390

9491
class RendererWx(RendererBase):
9592
"""

0 commit comments

Comments
 (0)