From 07ae3f3adea6bd9fe4eb9ba94459bf96cf0d56aa Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Fri, 25 Dec 2009 18:22:26 -0600 Subject: [PATCH] Mixer: Hide panner widget until it's ready to be connected to something... --- Mixer/Mixer_Strip.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mixer/Mixer_Strip.C b/Mixer/Mixer_Strip.C index 366de00..01bba2b 100644 --- a/Mixer/Mixer_Strip.C +++ b/Mixer/Mixer_Strip.C @@ -372,6 +372,7 @@ Mixer_Strip::init ( ) o->labelsize( 10 ); o->label( "Pan" ); } +#if 0 { Panner* o = new Panner(0, 0, 110, 90); o->box(FL_THIN_UP_BOX); o->color(FL_GRAY0); @@ -383,6 +384,7 @@ Mixer_Strip::init ( ) o->align(FL_ALIGN_TOP); o->when(FL_WHEN_RELEASE); } // Panner* o +#endif { Controller_Module *m = new Controller_Module( 100, 24, "Inputs" ); m->chain( chain );