Browse Source

Give newly created track the focus.

tags/non-daw-v1.1.0
Jonathan Moore Liles 16 years ago
parent
commit
cece0d5e0a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Timeline/Timeline.C

+ 2
- 0
Timeline/Timeline.C 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)" ) )


Loading…
Cancel
Save