mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
[Scene] Add SceneStringName::hover
This commit is contained in:
parent
cf038deb10
commit
9a8d6628de
11 changed files with 38 additions and 37 deletions
|
|
@ -816,7 +816,7 @@ void QuickOpenResultItem::_notification(int p_what) {
|
|||
} break;
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
selected_stylebox = get_theme_stylebox("selected", "Tree");
|
||||
hovering_stylebox = get_theme_stylebox("hover", "Tree");
|
||||
hovering_stylebox = get_theme_stylebox(SceneStringName(hover), "Tree");
|
||||
highlighted_font_color = get_theme_color("font_focus_color", EditorStringName(Editor));
|
||||
} break;
|
||||
case NOTIFICATION_DRAW: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue