mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
don't replace : in linux vst search path in prefs with newlines, to shrink down the preferences height
This commit is contained in:
parent
d511d62f65
commit
a88fa99049
1 changed files with 1 additions and 1 deletions
|
|
@ -2926,7 +2926,7 @@ if (!ARDOUR::Profile->get_mixbus()) {
|
|||
"plugin-path-lxvst",
|
||||
_("Path:"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_plugin_path_lxvst),
|
||||
':'));
|
||||
0));
|
||||
#endif
|
||||
|
||||
#ifdef WINDOWS_VST_SUPPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue