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

Dictionary key tooltips broken #82934

Closed
Repiteo opened this issue Oct 6, 2023 · 1 comment · Fixed by #83094
Closed

Dictionary key tooltips broken #82934

Repiteo opened this issue Oct 6, 2023 · 1 comment · Fixed by #83094

Comments

@Repiteo
Copy link
Contributor

Repiteo commented Oct 6, 2023

Godot version

v4.2.dev.custom_build [6916349]

System information

Windows 11, Forward+ (applicable to all)

Issue description

Hovering over a Dictionary's key will now produce an empty box and throw an error (both pictured below). The old method of setting a key tooltip in editor_properties_array_dict.cpp via prop->set_tooltip_text(cs) is no longer compatable with the new tooltip system

23-10-06 16-36-54 godot windows editor dev x86_64

23-10-06 16-35-39 godot windows editor dev x86_64

Steps to reproduce

Hover over a dictionary key

Minimal reproduction project

N/A

@jsjtxietian
Copy link
Contributor

jsjtxietian commented Oct 7, 2023

The problem is found in that pr's comment: #82051 (comment)

cc @YeldhamDev

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