Skip to content

fix detail hsv & split text buttons being offscreen#154

Merged
Cvolton merged 2 commits intogeode-sdk:mainfrom
flurrybun:main
Feb 26, 2026
Merged

fix detail hsv & split text buttons being offscreen#154
Cvolton merged 2 commits intogeode-sdk:mainfrom
flurrybun:main

Conversation

@flurrybun
Copy link
Copy Markdown
Contributor

@flurrybun flurrybun commented Feb 26, 2026

fixes #153

this happens because v5 sets ignoreInvisibleChildren to true by default. however since these two buttons start out as invisible, calling updateLayout on their parent menus does nothing, and so they remain at their default positions, which is far offscreen

@flurrybun
Copy link
Copy Markdown
Contributor Author

this could very well affect other layers as well but i haven't noticed any other discrepancies

@Cvolton
Copy link
Copy Markdown
Member

Cvolton commented Feb 26, 2026

might be better to force ignoreInvisibleChildren to false for these menus instead? this is the solution we went with for most other menus where this is relevant

@flurrybun
Copy link
Copy Markdown
Contributor Author

i can do that, i just figured the consistency of all menus having ignoreInvisibleChildren enabled was a better solution

@flurrybun
Copy link
Copy Markdown
Contributor Author

updated as requested

@Cvolton Cvolton merged commit 7b1a46d into geode-sdk:main Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node IDs Editor Bug

2 participants