Commit 317a5eb
committed
Fix singleshot timers in wx.
`TimerWx._timer_set_single_shot` currently tries to start the timer
without interval or any other setting, which is not what this method is
supposed to do; it should only modify settings on internal objects.
Since single shot mode is fully handled in `TimerWx._timer_start`, this
method is unnecessary.1 parent 7d0cb13 commit 317a5ebCopy full SHA for 317a5eb
File tree
Expand file treeCollapse file tree
1 file changed
+0
-3
lines changedOpen diff view settings
Filter options
- lib/matplotlib/backends
Expand file treeCollapse file tree
1 file changed
+0
-3
lines changedOpen diff view settings
Collapse file
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 number | Diff line number | Diff line change |
|---|---|---|
| ||
87 | 87 | |
88 | 88 | |
89 | 89 | |
90 | | - |
91 | | - |
92 | | - |
93 | 90 | |
94 | 91 | |
95 | 92 | |
|
0 commit comments