also load hotspot file (if it exists) for default cursors

This commit is contained in:
Robin Gareus 2014-11-18 23:39:00 +01:00
parent 0fb91e10b4
commit 9bac4df9ec

View File

@ -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);
}