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
Mixer: Fix bug with strip copy/paste due to groups.
tags/non-daw-v1.2.0
Jonathan Moore Liles
11 years ago
parent
d332da3c39
commit
3628f08fbc
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
mixer/src/Mixer_Strip.C
+ 2
- 1
mixer/src/Mixer_Strip.C
View File
@@ -187,7 +187,8 @@ Mixer_Strip::set ( Log_Entry &e )
{
Group *t = (Group*)Loggable::find( i );
assert( t );
/* Because of strip copy/paste and import, we can't assure that the group will exist by ID*/
// assert( t );
group( t );
}
Write
Preview
Loading…
Cancel
Save