mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
also load hotspot file (if it exists) for default cursors
This commit is contained in:
parent
0fb91e10b4
commit
9bac4df9ec
1 changed files with 3 additions and 0 deletions
|
|
@ -693,6 +693,9 @@ ARDOUR_UI_UTILS::get_icon_path (const char* cname, string icon_set, bool is_imag
|
|||
spath.add_subdirectory_to_paths ("icons");
|
||||
spath.add_subdirectory_to_paths (icon_set);
|
||||
|
||||
find_file (spath, name, data_file_path);
|
||||
} else {
|
||||
spath.add_subdirectory_to_paths ("icons");
|
||||
find_file (spath, name, data_file_path);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue