-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
ItemList
highlight selected items and draw cursor
-stylebox last
#99361
base: master
Are you sure you want to change the base?
Conversation
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.
Tree could also get a hovered_selected
stylebox.
6e46623
to
555ef3d
Compare
I would start a new pull request for the |
In a new one. |
28e52e5
to
352f907
Compare
Added |
352f907
to
97ccf51
Compare
Needs rebase after #99355. |
97ccf51
to
b051117
Compare
Hovered items of an
ItemList
are now highlighted even if they are already selected.This fixes godotengine/godot-proposals#7404 by adding two new hover styleboxes to preserve the functionality of the
selected
andselected focus
styleboxes. I've added the new styleboxes to thedefault_theme.cpp
and to theeditor_theme_manager.cpp
to add this functionality to the filesystem of the editor.This fixes also the issue that the
cursor
stylebox was drawn behind some styleboxes. (See 2. row of images)2024-11-17.16-34-02.mp4
2024-11-17.16-34-57.mp4
Video of Filesystem
2024-11-17.16-36-12_.mp4