We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows 11 (build 22631) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - Intel(R) Iris(R) Xe Graphics (Intel Corporation; 32.0.101.5768) - 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (8 threads)
Unbinding arguments in the editor Connection Dialog causes the connection to fail if also generating the receiving function.
An error is printed: ERROR: Cannot connect to 'toggled': the provided callable is not valid: 'Control(main.gd)::_on_check_box_toggled'.
ERROR: Cannot connect to 'toggled': the provided callable is not valid: 'Control(main.gd)::_on_check_box_toggled'.
toggled
N/A
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Tested versions
System information
Windows 11 (build 22631) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - Intel(R) Iris(R) Xe Graphics (Intel Corporation; 32.0.101.5768) - 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (8 threads)
Issue description
Unbinding arguments in the editor Connection Dialog causes the connection to fail if also generating the receiving function.
An error is printed:
ERROR: Cannot connect to 'toggled': the provided callable is not valid: 'Control(main.gd)::_on_check_box_toggled'.
Steps to reproduce
toggled
signal.Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: