Mixer: Fix group membership of new strips.

pull/116/head
Jonathan Moore Liles 2013-08-09 17:50:21 -07:00
parent fab76b1c4f
commit b0fc87ec86
1 changed files with 2 additions and 0 deletions

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();