mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix typos
This commit is contained in:
@@ -1751,7 +1751,7 @@
|
||||
<param index="0" name="window_id" type="int" />
|
||||
<param index="1" name="parent_window_id" type="int" />
|
||||
<description>
|
||||
Sets window transient parent. Transient window is will be destroyed with its transient parent and will return focus to their parent when closed. The transient window is displayed on top of a non-exclusive full-screen parent window. Transient windows can't enter full-screen mode.
|
||||
Sets window transient parent. Transient window will be destroyed with its transient parent and will return focus to their parent when closed. The transient window is displayed on top of a non-exclusive full-screen parent window. Transient windows can't enter full-screen mode.
|
||||
[b]Note:[/b] It's recommended to change this value using [member Window.transient] instead.
|
||||
[b]Note:[/b] The behavior might be different depending on the platform.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user