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

Error while setting Expand Icon using Multi-Select #61267

Closed
dcrawl opened this issue May 22, 2022 · 2 comments · Fixed by #61288
Closed

Error while setting Expand Icon using Multi-Select #61267

dcrawl opened this issue May 22, 2022 · 2 comments · Fixed by #61288

Comments

@dcrawl
Copy link

dcrawl commented May 22, 2022

Godot version

4.0 dev alpha 8

System information

MacOS 12.3.1 Arm64

Issue description

I received this series of errors after I must-selected three buttons and clicked the Expand Icon checkmark. Then I unchecked it and got the second error.

core/object/undo_redo.cpp:326 - Error calling UndoRedo method operation 'refresh': 'EditorInspector::refresh': Method not found.
MultiNode Set expand_icon
core/object/undo_redo.cpp:326 - Error calling UndoRedo method operation 'refresh': 'EditorInspector::refresh': Method not found.
MultiNode Set expand_icon

Steps to reproduce

Create a new project.
Create a Control node as the scene root
Add two buttons as children
Select both buttons and click the Expand Icon check mark.

Minimal reproduction project

Uploading Test.zip…

@Calinou
Copy link
Member

Calinou commented May 22, 2022

This is an error I've seen numerous times when toggling various properties as of 9923179. It's not specific to Button's Expand Icon property.

@Calinou Calinou added this to the 4.0 milestone May 22, 2022
@kleonc
Copy link
Member

kleonc commented May 22, 2022

EditorInspector::refresh was removed in #45879 but seems like there are some leftover UndoRedo actions trying to call it.

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