Document popups being invisible by default

This commit is contained in:
Hugo Locurcio 2025-10-23 19:55:03 +02:00
parent a4607f4522
commit f7749e5552
6 changed files with 6 additions and 0 deletions

View file

@ -14,6 +14,7 @@
GetCancelButton().Pressed += OnCanceled;
[/csharp]
[/codeblocks]
[b]Note:[/b] [AcceptDialog] is invisible by default. To make it visible, call one of the [code]popup_*[/code] methods from [Window] on the node, such as [method Window.popup_centered_clamped].
</description>
<tutorials>
</tutorials>