13
0

Give tempo dialog initial focus to BPM spinner.

This commit is contained in:
David Robillard 2015-01-13 01:00:53 -05:00
parent 9863d160fc
commit 877492ef8a

View File

@ -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");