Skip to content

Use int for DockTabContainer's slot#120869

Open
KoBeWi wants to merge 1 commit into
godotengine:masterfrom
KoBeWi:stripenuming
Open

Use int for DockTabContainer's slot#120869
KoBeWi wants to merge 1 commit into
godotengine:masterfrom
KoBeWi:stripenuming

Conversation

@KoBeWi

@KoBeWi KoBeWi commented Jul 2, 2026

Copy link
Copy Markdown
Member

What problem(s) does this PR solve?

Related to #114381 and #120033

This PR changes the dock_slot member of DockTabContainer from DockSlot enum to plain int. This is necessary to support arbitrary slot ranges required by the aforementioned PRs. I've split this change to make the other PRs smaller, as update_layout() method also needed updating and it just creates noise.

@KoBeWi KoBeWi added this to the 4.x milestone Jul 2, 2026
@KoBeWi KoBeWi requested review from a team as code owners July 2, 2026 20:00
@KoBeWi KoBeWi requested review from a team as code owners July 2, 2026 20:00
@KoBeWi KoBeWi modified the milestones: 4.x, 4.8 Jul 2, 2026
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.

2 participants