Engine Dialog: focus OK button (press enter to cont w/previous settings)
This commit is contained in:
parent
9f0caacc5c
commit
001e4ca684
@ -300,6 +300,13 @@ EngineControl::EngineControl ()
|
|||||||
notebook.signal_switch_page().connect (sigc::mem_fun (*this, &EngineControl::on_switch_page));
|
notebook.signal_switch_page().connect (sigc::mem_fun (*this, &EngineControl::on_switch_page));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
EngineControl::on_show ()
|
||||||
|
{
|
||||||
|
ArdourDialog::on_show ();
|
||||||
|
ok_button->grab_focus();
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
EngineControl::on_response (int response_id)
|
EngineControl::on_response (int response_id)
|
||||||
{
|
{
|
||||||
|
@ -221,6 +221,7 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
|
|||||||
void build_full_control_notebook ();
|
void build_full_control_notebook ();
|
||||||
void build_no_control_notebook ();
|
void build_no_control_notebook ();
|
||||||
|
|
||||||
|
void on_show ();
|
||||||
void on_response (int);
|
void on_response (int);
|
||||||
void control_app_button_clicked ();
|
void control_app_button_clicked ();
|
||||||
void use_latency_button_clicked ();
|
void use_latency_button_clicked ();
|
||||||
|
Loading…
Reference in New Issue
Block a user