Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c2c93a

Browse filesBrowse files
authored
Merge pull request #18629 from meeseeksmachine/auto-backport-of-pr-18621-on-v3.3.x
Backport PR #18621 on branch v3.3.x (Fix singleshot timers in wx.)
2 parents f940a18 + 8b25e2f commit 8c2c93a
Copy full SHA for 8c2c93a

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed

‎lib/matplotlib/backends/backend_wx.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_wx.py
-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.