Browse Source

Blend control track polygon into background.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
decd7d107b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Control_Track.H

+ 1
- 1
Control_Track.H View File

@@ -49,7 +49,7 @@ public:

fl_line_style( FL_SOLID, 4 );

fl_color( selection_color() );
fl_color( fl_color_average( selection_color(), color(), 0.90f ) );

fl_begin_complex_polygon();



Loading…
Cancel
Save