From 9bac4df9eccf23b9f60194f94adeffc4f784a266 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 18 Nov 2014 23:39:00 +0100 Subject: also load hotspot file (if it exists) for default cursors --- gtk2_ardour/utils.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/utils.cc b/gtk2_ardour/utils.cc index c4f984c01f..e353d609cc 100644 --- a/gtk2_ardour/utils.cc +++ b/gtk2_ardour/utils.cc @@ -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); } -- cgit v1.2.3