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 button responsiveness on control sequence headers.
tags/non-daw-v1.2.0
Jonathan Moore Liles
12 years ago
parent
c7787c8ad6
commit
ea33310f33
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
timeline/src/Control_Sequence.C
+ 1
- 2
timeline/src/Control_Sequence.C
View File
@@ -740,7 +740,6 @@ Control_Sequence::handle ( int m )
Logger log(this);
int r = Sequence::handle( m );
if ( r )
@@ -773,7 +772,7 @@ Control_Sequence::handle ( int m )
return 1;
}
return
0
;
return
Fl_Group::handle( m )
;
}
default:
return 0;
Write
Preview
Loading…
Cancel
Save