Skip to content

Commit

Permalink
Give tempo dialog initial focus to BPM spinner.
Browse files Browse the repository at this point in the history
  • Loading branch information
drobilla committed Jan 13, 2015
1 parent 9863d16 commit 877492e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtk2_ardour/tempo_dialog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 877492e

Please sign in to comment.