docs: Mention that root windows in script GUIs are not clipped.

shapetextures
Sven Eberhardt 2015-12-10 20:32:22 -05:00
parent 5a351e7bb5
commit 03c9399804
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@
</row>
<row>
<col>GUI_NoCrop</col>
<col>Children of this window may be drawn outside the window's bounds. Text in this window set with the <strong>Text</strong> property will not automatically be broken into multiple lines.</col>
<col>Children of this window may be drawn outside the window's bounds. Text in this window set with the <strong>Text</strong> property will not automatically be broken into multiple lines. Note that clipping is only performed for subwindows, not root windows.</col>
</row>
</table>
<text>For example multiple Style elements can be combined as: <em>Style = GUI_Multiple | GUI_TextVCenter | GUI_TextHCenter</em></text>