Timeline: Fix control sequence highlighting.
This commit is contained in:
parent
5af9afdd8d
commit
45cf2f7135
|
@ -1109,9 +1109,9 @@ Track::handle ( int m )
|
||||||
case FL_MOVE:
|
case FL_MOVE:
|
||||||
if ( Fl::event_x() >= Track::width() )
|
if ( Fl::event_x() >= Track::width() )
|
||||||
{
|
{
|
||||||
return sequence()->handle(m);
|
return Fl_Group::handle(m);
|
||||||
}
|
}
|
||||||
return 0;
|
return 1;
|
||||||
case FL_DND_ENTER:
|
case FL_DND_ENTER:
|
||||||
return 1;
|
return 1;
|
||||||
case FL_DND_LEAVE:
|
case FL_DND_LEAVE:
|
||||||
|
|
Loading…
Reference in New Issue