Give newly created track the focus.

pull/3/head
Jonathan Moore Liles 2009-01-19 22:34:33 -06:00
parent 86fa1ce238
commit cece0d5e0a
1 changed files with 2 additions and 0 deletions

View File

@ -229,6 +229,8 @@ Timeline::menu_cb ( Fl_Menu_ *m )
t->sequence( o );
t->take_focus();
Loggable::block_end();
}
else if ( ! strcmp( picked, "Tempo from range (beat)" ) )