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
commit
3628f08fbc
1 changed files with 2 additions and 1 deletions
  1. +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 );
}


Loading…
Cancel
Save