X Tutup
Skip to content

Fix disabled tabs in TabBar are selectable#112935

Merged
Repiteo merged 1 commit intogodotengine:masterfrom
kitbdev:fix-selecting-disabled-tabs
Nov 25, 2025
Merged

Fix disabled tabs in TabBar are selectable#112935
Repiteo merged 1 commit intogodotengine:masterfrom
kitbdev:fix-selecting-disabled-tabs

Conversation

@kitbdev
Copy link
Contributor

@kitbdev kitbdev commented Nov 18, 2025

Disabled tabs should not be selectable with the mouse.

The tab right button still works when disabled as before, and the close button is still blocked when disabled as before. (I don't know why they are different though).

The right click signal works when disabled, but I can prevent it if wanted.

@Repiteo Repiteo merged commit b2b30b4 into godotengine:master Nov 25, 2025
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Nov 25, 2025

Thanks!

@kitbdev kitbdev deleted the fix-selecting-disabled-tabs branch November 25, 2025 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disabled tabs in TabBar are selectable with mouse

3 participants

X Tutup