mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
proper fix for stereo region wave drawing bug; make trackheight operations apply to all selected tracks
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3019 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
36b4930c45
commit
9eb8d34ecf
6 changed files with 30 additions and 14 deletions
|
|
@ -815,7 +815,7 @@ EngineControl::driver_changed ()
|
|||
|
||||
vector<string>& strings = devices[driver];
|
||||
|
||||
if (strings.empty() && driver != "FFADO") {
|
||||
if (strings.empty() && driver != "FFADO" && driver != "Dummy") {
|
||||
error << string_compose (_("No devices found for driver \"%1\""), driver) << endmsg;
|
||||
return;
|
||||
}
|
||||
|
|
@ -835,7 +835,7 @@ EngineControl::driver_changed ()
|
|||
interface_combo.set_active_text (strings.front());
|
||||
input_device_combo.set_active_text (strings.front());
|
||||
output_device_combo.set_active_text (strings.front());
|
||||
}
|
||||
}
|
||||
|
||||
if (driver == "ALSA") {
|
||||
soft_mode_button.set_sensitive (true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue