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
Don't respond to Timeline keybindings when Timeline is inactive.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
ded97d5197
commit
ea38dd48b9
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Timeline/Timeline.C
+ 3
- 0
Timeline/Timeline.C
View File
@@ -175,6 +175,9 @@ Timeline::fix_range ( void )
void
Timeline::menu_cb ( Fl_Menu_ *m )
{
if ( ! active_r() )
return;
const char *picked = m->mvalue()->label();
/* m->item_pathname( picked, sizeof( picked ) ); */
Write
Preview
Loading…
Cancel
Save