Mixer: Make panner points more opaque.
This commit is contained in:
parent
9987f78a72
commit
ee872467fb
|
@ -378,7 +378,7 @@ Panner::draw ( void )
|
|||
if ( ! p->visible )
|
||||
continue;
|
||||
|
||||
Fl_Color c = fl_color_add_alpha( p->color, 100 );
|
||||
Fl_Color c = fl_color_add_alpha( p->color, 150 );
|
||||
|
||||
fl_color(c);
|
||||
|
||||
|
|
Loading…
Reference in New Issue