File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1425,10 +1425,6 @@ class DrawEvent(Event):
1425
1425
"""
1426
1426
An event triggered by a draw operation on the canvas
1427
1427
1428
- In addition to the :
8E42
class:`Event` attributes, the following event
1429
- attributes are defined:
1430
-
1431
-
1432
1428
In most backends callbacks subscribed to this callback will be
1433
1429
fired after the rendering is complete but before the screen is
1434
1430
updated. Any extra artists drawn to the canvas's renderer will
@@ -1439,6 +1435,9 @@ class DrawEvent(Event):
1439
1435
Calling ``canvas.draw`` and ``canvas.blit`` in these callbacks may
1440
1436
not be safe with all backends and may cause infinite recursion.
1441
1437
1438
+ In addition to the :class:`Event` attributes, the following event
1439
+ attributes are defined:
1440
+
1442
1441
Attributes
1443
1442
----------
1444
1443
renderer : `RendererBase`
You can’t perform that action at this time.
0 commit comments