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:
Tim Mayberry 2016-02-13 09:28:33 +10:00
parent 8bcefed2c7
commit 0812f3bac1

View File

@ -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();
}