From: David Robillard Date: Tue, 13 Jan 2015 06:00:53 +0000 (-0500) Subject: Give tempo dialog initial focus to BPM spinner. X-Git-Tag: 4.0-rc1~665 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=877492ef8a5e5dff23a157d7a7950f027ba51ec1 Give tempo dialog initial focus to BPM spinner. --- diff --git a/gtk2_ardour/tempo_dialog.cc b/gtk2_ardour/tempo_dialog.cc index 4ca3bf32f4..18b5e144cb 100644 --- a/gtk2_ardour/tempo_dialog.cc +++ b/gtk2_ardour/tempo_dialog.cc @@ -165,6 +165,7 @@ TempoDialog::init (const Timecode::BBT_Time& when, double bpm, double note_type, bpm_spinner.show (); tap_tempo_button.show (); get_vbox()->pack_end (tap_tempo_button); + bpm_spinner.grab_focus (); set_name ("MetricDialog");