1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

[Scene] Add SceneStringName::hover

This commit is contained in:
Chaosus
2024-12-05 11:24:52 +03:00
parent cf038deb10
commit 9a8d6628de
11 changed files with 38 additions and 37 deletions

View File

@@ -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: {