From 763b67560043dc6d3b6646161c67a592733e83f8 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Fri, 22 Jan 2010 22:30:07 -0600 Subject: [PATCH] Mixer: Make spatialization control visible again (but it's still not connected to anything) --- Mixer/Mixer_Strip.C | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Mixer/Mixer_Strip.C b/Mixer/Mixer_Strip.C index 62093ea..22e5bd1 100644 --- a/Mixer/Mixer_Strip.C +++ b/Mixer/Mixer_Strip.C @@ -403,13 +403,13 @@ Mixer_Strip::init ( ) o->type( Fl_Pack::VERTICAL ); o->box( FL_NO_BOX ); -#if 0 { Fl_Box *o = new Fl_Box( 0, 0, 100, 24 ); o->align( (Fl_Align)(FL_ALIGN_BOTTOM | FL_ALIGN_INSIDE) ); o->labelsize( 10 ); - o->label( "Pan" ); + o->label( "Spatialization" ); } { Panner* o = new Panner(0, 0, 110, 90); + o->deactivate(); o->box(FL_THIN_UP_BOX); o->color(FL_GRAY0); o->selection_color(FL_BACKGROUND_COLOR); @@ -420,8 +420,7 @@ Mixer_Strip::init ( ) o->align(FL_ALIGN_TOP); o->when(FL_WHEN_RELEASE); } // Panner* o -#endif - { Fl_Box *o = new Fl_Box( 0, 0, 100, 24 ); + { Fl_Box *o = new Fl_Box( 0, 0, 100, 12 ); o->align( (Fl_Align)(FL_ALIGN_BOTTOM | FL_ALIGN_INSIDE) ); o->labelsize( 10 ); o->label( "Inputs" );