mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
change latency calibration button from "record enable button" to "generic button"
This commit is contained in:
parent
d0f806a6ff
commit
cd8778c789
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ EngineControl::EngineControl ()
|
|||
basic_packer.attach (backend_combo, 1, 2, 0, 1, xopt, (AttachOptions) 0);
|
||||
|
||||
lm_button.signal_clicked.connect (sigc::mem_fun (*this, &EngineControl::calibrate_latency));
|
||||
lm_button.set_name ("record enable button");
|
||||
lm_button.set_name ("generic button");
|
||||
if (_have_control) {
|
||||
build_full_control_notebook ();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue