Timeline: Fix control sequence highlighting.

pull/59/head
Jonathan Moore Liles 2013-04-23 20:21:23 -07:00
parent 5af9afdd8d
commit 45cf2f7135
1 changed files with 2 additions and 2 deletions

View File

@ -1109,9 +1109,9 @@ Track::handle ( int m )
case FL_MOVE:
if ( Fl::event_x() >= Track::width() )
{
return sequence()->handle(m);
return Fl_Group::handle(m);
}
return 0;
return 1;
case FL_DND_ENTER:
return 1;
case FL_DND_LEAVE: