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:
commit
17da2c5b53
3 changed files with 21 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue