Skip to content

Fix bottom panel dock layout popup position - #113339

Merged
akien-mga merged 1 commit into
godotengine:masterfrom
aaronp64:bottom_dock_popup
Dec 16, 2025
Merged

Fix bottom panel dock layout popup position#113339
akien-mga merged 1 commit into
godotengine:masterfrom
aaronp64:bottom_dock_popup

Conversation

@aaronp64

@aaronp64 aaronp64 commented Nov 29, 2025

Copy link
Copy Markdown
Contributor

Update EditorDockManager::_dock_container_popup to consistently use tab bar position to determine popup position, rather than combining tab bar and container positions. This handles cases where the tabs are on the bottom of the container, like for the bottom panel.

Fixes #113333

@aaronp64
aaronp64 requested a review from a team November 29, 2025 22:00
@AThousandShips AThousandShips added this to the 4.6 milestone Dec 1, 2025

@kitbdev kitbdev left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, fixes the issue.

Comment thread editor/docks/editor_dock_manager.cpp Outdated
Update EditorDockManager::_dock_container_popup to consistently use tab bar position to determine popup position, rather than combining tab bar and container positions.  This handles cases where the tabs are on the bottom of the container, like for the bottom panel.
@akien-mga
akien-mga merged commit 318aede into godotengine:master Dec 16, 2025
20 checks passed
@akien-mga

Copy link
Copy Markdown
Member

Thanks!

@aaronp64
aaronp64 deleted the bottom_dock_popup branch December 16, 2025 15:32
BendyLand pushed a commit to BendyLand/voltaire that referenced this pull request Aug 2, 2026
Fix bottom panel dock layout popup position
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.

Dock Position popup for the bottom panel appears at the wrong position

6 participants