Blend control track polygon into background.

This commit is contained in:
Jonathan Moore Liles 2008-03-08 14:20:42 -06:00
parent fb00a746b3
commit decd7d107b
1 changed files with 1 additions and 1 deletions

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();