This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Give newly created track the focus.
tags/non-daw-v1.1.0
Jonathan Moore Liles
16 years ago
parent
86fa1ce238
commit
cece0d5e0a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)" ) )
Write
Preview
Loading…
Cancel
Save