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
Oops. Fix event selection broken by
1a400d0
.
tags/non-sequencer-v1.9.4
Jonathan Moore Liles
17 years ago
parent
25842b89a7
commit
70a3049bca
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/event.C
+ 1
- 0
src/event.C
View File
@@ -45,6 +45,7 @@ event::~event ( void )
event::event ( const event &e ) : midievent( e )
{
_link = _next = _prev = NULL;
_selected = e._selected;
}
event::event ( const midievent &e ) : midievent( e )
Write
Preview
Loading…
Cancel
Save