Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set timeline resource tooltip to its path in side bar
Browse files Browse the repository at this point in the history
juliohq committed Jun 21, 2024
1 parent 5204658 commit 78a7f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/dialogic/Editor/Common/sidebar.gd
Original file line number Diff line number Diff line change
@@ -99,6 +99,7 @@ func update_resource_list(resources_list:PackedStringArray = []) -> void:
if filter.is_empty() or filter.to_lower() in timeline_name.to_lower():
%ResourcesList.add_item(timeline_name, get_theme_icon("TripleBar", "EditorIcons"))
%ResourcesList.set_item_metadata(idx, timeline_directory[timeline_name])
%ResourcesList.set_item_tooltip(idx, timeline_directory[timeline_name])
if timeline_directory[timeline_name] == current_file:
%ResourcesList.select(idx)
%ResourcesList.set_item_custom_fg_color(idx, get_theme_color("accent_color", "Editor"))

0 comments on commit 78a7f7b

Please sign in to comment.