mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #113296 from KoBeWi/soft_open_gently
Fix dock opening focus
This commit is contained in:
commit
6b0a74073c
4 changed files with 11 additions and 5 deletions
|
|
@ -77,6 +77,7 @@
|
|||
<return type="void" />
|
||||
<description>
|
||||
Opens the dock. It will appear in the last used dock slot. If the dock has no default slot, it will be opened floating.
|
||||
[b]Note:[/b] This does not focus the dock. If you want to open and focus the dock, use [method make_visible].
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue