-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buttons are added to Graph Hbox, not outside it #257
Buttons are added to Graph Hbox, not outside it #257
Conversation
Register singleton 'regex_richtext:<RegEx#-9223371819002624369>' What's this testing for? Is this flake or should I fix something? |
@@ -45,6 +46,7 @@ func _ready() -> void: | |||
|
|||
var toggle_button := Button.new() | |||
toggle_button.flat = true | |||
toggle_button.name = "TogglePanelButton" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These names are just for helpful debugging in the Remote scene view
Still getting this very slightly out of acceptable range error:
|
Those are flaky tests in the main branch I aim to fix today. Sorry for that! |
Description
Edits button logic to insert Make Floating button and Toggle Panel button inside the GraphEdit HBox instead of beside it.
Allows buttons to be clicked
Note: This doesn't fix the icons for me, but at least fixes the clicking.
Addressed issues
Screenshots