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
commit
db5febb64e
1 changed files with 1 additions and 1 deletions
  1. +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 ] )
{


Loading…
Cancel
Save