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 do anything if nothing was picked from track context menu.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
f8ce7eab64
commit
db5febb64e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Timeline/Track.C
+ 1
- 1
Timeline/Track.C
View File
@@ -409,7 +409,7 @@ Track::handle ( int m )
const Fl_Menu_Item *r = menu->popup( X, Y, "Track" );
if ( r )
if ( r
&& r > &menu[ 0 ]
)
{
if ( r < &menu[ 4 ] )
{
Write
Preview
Loading…
Cancel
Save