patch from Johan Mattson to make -I/-O options in engine dialog actually work (fixes #2975

git-svn-id: svn://localhost/ardour2/branches/3.0@7795 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-09-17 20:43:38 +00:00
parent bbb131d895
commit 4400489f15
2 changed files with 32 additions and 0 deletions

View file

@ -55,7 +55,9 @@ class EngineControl : public Gtk::VBox {
Gtk::SpinButton ports_spinner;
Gtk::SpinButton input_channels;
Gtk::SpinButton output_channels;
Gtk::Adjustment input_latency_adjustment;
Gtk::SpinButton input_latency;
Gtk::Adjustment output_latency_adjustment;
Gtk::SpinButton output_latency;
Gtk::Label latency_label;