This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Blend control track polygon into background.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
fb00a746b3
commit
decd7d107b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
Write
Preview
Loading…
Cancel
Save