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
Timeline: Fix control sequence highlighting.
tags/non-daw-v1.2.0
Jonathan Moore Liles
12 years ago
parent
5af9afdd8d
commit
45cf2f7135
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
timeline/src/Track.C
+ 2
- 2
timeline/src/Track.C
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:
Write
Preview
Loading…
Cancel
Save