mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Engine Dialog: focus OK button (press enter to cont w/previous settings)
This commit is contained in:
parent
9f0caacc5c
commit
001e4ca684
2 changed files with 8 additions and 0 deletions
|
|
@ -300,6 +300,13 @@ EngineControl::EngineControl ()
|
|||
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
|
||||
EngineControl::on_response (int response_id)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue