From 8d6885387b33aab8c3903b04f9168547b0537dff Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Sat, 10 Oct 2020 20:10:16 -0700 Subject: [PATCH] Mixer: Show strip number at top of each strip (eases mentally mapping onto hardware control surface). --- mixer/src/Mixer_Strip.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mixer/src/Mixer_Strip.C b/mixer/src/Mixer_Strip.C index eb4f619..4695c23 100644 --- a/mixer/src/Mixer_Strip.C +++ b/mixer/src/Mixer_Strip.C @@ -534,7 +534,6 @@ Mixer_Strip::update ( void ) } } - void Mixer_Strip::init ( ) { @@ -633,8 +632,8 @@ Mixer_Strip::init ( ) o->callback( ((Fl_Callback*)cb_handle), this ); } { Fl_Scalepack *o = new Fl_Scalepack( 0,0, 45, 22 ); - o->spacing(2); o->type( FL_HORIZONTAL ); + o->spacing(2); { Fl_Flip_Button* o = tab_button = new Fl_Flip_Button(61, 183, 45, 22, "Fadr/Signl"); o->tooltip( "Switch between fader and signal views" ); o->type(1);