Skip to content

Commit 0eb7643

Browse files
authored
Gui/3.0 cleanup 2 (#2372)
* Remove unlisted old examples * Fix scroll example * Inform about UIView * Fix sentence in gui docs
1 parent c650082 commit 0eb7643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/programming_guide/gui/concepts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Widgets are positioned and then rendered into a framebuffer (something like a wi
114114
which is only updated if a widget changed and requested rendering
115115
(via :py:meth:`~arcade.gui.UIWidget.trigger_render` or :py:meth:`~arcade.gui.UIWidget.trigger_full_render`).
116116

117-
During :py:meth:`~arcade.gui.UIManager.draw`, will check if updates are required and
118-
finally draws on screen.
117+
The :py:class:`~arcade.gui.UIManager` `draw` method, will check if updates are required and
118+
finally draws the framebuffer on screen.
119119

120120
Layouting and Rendering
121121
```````````````````````

0 commit comments

Comments
 (0)