Merge pull request #83963 from YeldhamDev/try_active_tabs_first

Fix disabled tabs being selected when removing the current one
This commit is contained in:
Rémi Verschelde 2023-10-28 12:31:38 +02:00
commit 17da2c5b53
No known key found for this signature in database
GPG key ID: C3336907360768E1
3 changed files with 21 additions and 4 deletions

View file

@ -317,7 +317,7 @@
<signal name="tab_selected">
<param index="0" name="tab" type="int" />
<description>
Emitted when a tab is selected via click or script, even if it is the current tab.
Emitted when a tab is selected via click, directional input, or script, even if it is the current tab.
</description>
</signal>
</signals>

View file

@ -243,7 +243,7 @@
<signal name="tab_selected">
<param index="0" name="tab" type="int" />
<description>
Emitted when a tab is selected via click or script, even if it is the current tab.
Emitted when a tab is selected via click, directional input, or script, even if it is the current tab.
</description>
</signal>
</signals>