Merge pull request #113296 from KoBeWi/soft_open_gently

Fix dock opening focus
This commit is contained in:
Rémi Verschelde 2025-12-05 09:38:08 +01:00
commit 6b0a74073c
No known key found for this signature in database
GPG key ID: C3336907360768E1
4 changed files with 11 additions and 5 deletions

View file

@ -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>