File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1425,10 +1425,6 @@ class DrawEvent(Event):
14251425 """
14261426 An event triggered by a draw operation on the canvas
14271427
1428- In addition to the :class:`Event` attributes, the following event
1429- attributes are defined:
1430-
1431-
14321428 In most backends callbacks subscribed to this callback will be
14331429 fired after the rendering is complete but before the screen is
14341430 updated. Any extra artists drawn to the canvas's renderer will
@@ -1439,6 +1435,9 @@ class DrawEvent(Event):
14391435 Calling ``canvas.draw`` and ``canvas.blit`` in these callbacks may
14401436 not be safe with all backends and may cause infinite recursion.
14411437
1438+ In addition to the :class:`Event` attributes, the following event
1439+ attributes are defined:
1440+
14421441 Attributes
14431442 ----------
14441443 renderer : `RendererBase`
You can’t perform that action at this time.
0 commit comments