Skip to content
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

Cannot close search bar in script editor #83456

Closed
A-Hugh-Mann opened this issue Oct 16, 2023 · 2 comments · Fixed by #83459
Closed

Cannot close search bar in script editor #83456

A-Hugh-Mann opened this issue Oct 16, 2023 · 2 comments · Fixed by #83459

Comments

@A-Hugh-Mann
Copy link

Godot version

4.2.beta.3bc1c9b5e

System information

Arch Linux

Issue description

When attempting to close the search bar in script editor the error

core/object/object.cpp:1139 - Error calling from signal 'pressed' to callable: 'FindReplaceBar::FindReplaceBar::_hide_bar': Method expected 1 arguments, but called with 0.

will appear, and the bar will not close when clicking the X

Steps to reproduce

open up godot, go into script editor.
press Ctrl + F.
attempt to close the search bar by clicking the X to the right.

Minimal reproduction project

N/A

@akien-mga
Copy link
Member

_hide_bar was added in #83335, CC @KoBeWi.

@KoBeWi
Copy link
Member

KoBeWi commented Oct 16, 2023

That PR only modified the method signature (but that's what caused the bug 🙃).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants