From 2a9939c8c802681a5aab4bd74a69066fbb59ae41 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Sun, 31 Jan 2010 20:41:52 -0600 Subject: [PATCH] Mixer: Don't show mixer strip label. --- Mixer/Mixer_Strip.C | 1 + 1 file changed, 1 insertion(+) diff --git a/Mixer/Mixer_Strip.C b/Mixer/Mixer_Strip.C index e112dfa..bf96d56 100644 --- a/Mixer/Mixer_Strip.C +++ b/Mixer/Mixer_Strip.C @@ -310,6 +310,7 @@ Mixer_Strip::init ( ) // box(FL_THIN_UP_BOX); box( FL_RFLAT_BOX ); + labeltype( FL_NO_LABEL ); Fl_Group::color( FL_BACKGROUND_COLOR );