mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
use new launckkey image file for surface GUI dialog
This commit is contained in:
parent
1c9d159241
commit
79fcb3d0ba
1 changed files with 2 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue