mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
Hide "Use Buffered I/O" button when switching to backend with no control
Which in this case means the JACK backend where the server is already running.
This commit is contained in:
parent
8bcefed2c7
commit
0812f3bac1
1 changed files with 2 additions and 0 deletions
|
|
@ -880,6 +880,8 @@ EngineControl::update_sensitivity ()
|
|||
} else {
|
||||
update_devices_button.set_sensitive(false);
|
||||
update_devices_button.hide();
|
||||
use_buffered_io_button.set_sensitive(false);
|
||||
use_buffered_io_button.hide();
|
||||
start_stop_button.set_sensitive(false);
|
||||
start_stop_button.hide();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue