Browse Source

Mixer: Fix group membership of new strips.

tags/non-daw-v1.2.0
Jonathan Moore Liles 11 years ago
parent
commit
b0fc87ec86
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      mixer/src/Mixer_Strip.C

+ 2
- 0
mixer/src/Mixer_Strip.C View File

@@ -74,6 +74,8 @@ Mixer_Strip::Mixer_Strip( const char *strip_name ) : Fl_Group( 0, 0, 120, 600 )

_group = new Group(strip_name, true);

_group->add( this );

chain( new Chain() );

_chain->initialize_with_default();


Loading…
Cancel
Save