We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c650082 commit 0eb7643Copy full SHA for 0eb7643
doc/programming_guide/gui/concepts.rst
@@ -114,8 +114,8 @@ Widgets are positioned and then rendered into a framebuffer (something like a wi
114
which is only updated if a widget changed and requested rendering
115
(via :py:meth:`~arcade.gui.UIWidget.trigger_render` or :py:meth:`~arcade.gui.UIWidget.trigger_full_render`).
116
117
-During :py:meth:`~arcade.gui.UIManager.draw`, will check if updates are required and
118
-finally draws on screen.
+The :py:class:`~arcade.gui.UIManager` `draw` method, will check if updates are required and
+finally draws the framebuffer on screen.
119
120
Layouting and Rendering
121
```````````````````````
0 commit comments