File tree 1 file changed +0
-12
lines changed 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -226,18 +226,6 @@ NavigationToolbar2.dynamic_update is deprecated
226
226
Use `FigureCanvas.draw_idle ` instead.
227
227
228
228
229
- Unique identifier added to `RendererBase ` classes
230
- -------------------------------------------------
231
-
232
- Since ``id() `` is not guaranteed to be unique between objects that exist at
233
- different times, a new private property ``_uid `` has been added to
234
- `RendererBase ` which is used along with the renderer's ``id() `` to cache
235
- certain expensive operations.
236
-
237
- If a custom renderer does not subclass `RendererBase ` or `MixedModeRenderer `,
238
- it is not required to implement this ``_uid `` property, but this may produce
239
- incorrect behavior when the renderers' ``id() `` clashes.
240
-
241
229
242
230
WX no longer calls generates ``IdleEvent `` events or calls ``idle_event ``
243
231
-------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments