use new launckkey image file for surface GUI dialog
This commit is contained in:
parent
1c9d159241
commit
79fcb3d0ba
@ -97,11 +97,8 @@ LK4_GUI::LK4_GUI (LaunchKey4& p)
|
||||
_table.set_homogeneous (false);
|
||||
|
||||
std::string data_file_path;
|
||||
#ifdef LAUNCHPAD_MINI
|
||||
std::string name = "launchpad-mini.png";
|
||||
#else
|
||||
std::string name = "launchpad-x.png";
|
||||
#endif
|
||||
std::string name = "lkmk4.png";
|
||||
|
||||
Searchpath spath(ARDOUR::ardour_data_search_path());
|
||||
spath.add_subdirectory_to_paths ("icons");
|
||||
find_file (spath, name, data_file_path);
|
||||
|
Loading…
Reference in New Issue
Block a user