Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit9d4cc11
committed
Don't associate Wx timers with the parent frame.
This is consistent with the behavior on Qt and GTK, and avoids asegfault due to lack of disconnection of the timer after the parentwidget is destroyed (otherwise, we'd need to keep track of timersassociated with each widget and tear them down when the widget isdestroyed).1 parent5211ed8 commit9d4cc11
File tree
3 files changed
+12
-18
lines changed- doc/api/next_api_changes
- lib/matplotlib
- backends
- tests
3 files changed
+12
-18
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| 51 | + | |
| 52 | + | |
| 53 | + |
Lines changed: 9 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 |
| - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
122 | 127 |
| |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
| 128 | + | |
| 129 | + | |
134 | 130 |
| |
135 | 131 |
| |
136 | 132 |
| |
| |||
144 | 140 |
| |
145 | 141 |
| |
146 | 142 |
| |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 | 143 |
| |
151 | 144 |
| |
152 | 145 |
| |
| |||
704 | 697 |
| |
705 | 698 |
| |
706 | 699 |
| |
707 |
| - | |
| 700 | + | |
708 | 701 |
| |
709 | 702 |
| |
710 | 703 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
34 | 32 |
| |
35 | 33 |
| |
36 | 34 |
| |
|
0 commit comments
Comments
(0)