Fix disabled tabs being selected when removing the current one

This commit is contained in:
Michael Alexsander
2023-10-25 16:26:03 -03:00
parent 06d5189167
commit c3fc87964f
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>