-Fixed track / master fader background issue

main
Harry van Haaren 2013-10-11 21:28:37 +01:00
parent 87ee78787a
commit 09e7a10234
2 changed files with 3 additions and 3 deletions

View File

@ -185,11 +185,11 @@ GMasterTrack::GMasterTrack(int x, int y, int w, int h, const char* l ) :
volBox.maximum(1.0f);
volBox.minimum(0.0f);
volBox.color( FL_BLACK );
volBox.color( fl_rgb_color( 0,0,0 ) );
source.maximum(1.0f);
source.minimum(0.0f);
source.color( FL_BLACK );
source.color( fl_rgb_color( 0,0,0 ) );
volume.amplitude( 0.0, 0.0 );
volume.callback( gmastertrack_volume_callback, 0 );

View File

@ -55,7 +55,7 @@ GTrack::GTrack(int x, int y, int w, int h, const char* l ) :
volBox.maximum(1.0f);
volBox.minimum(0.0f);
volBox.color( FL_BLACK );
volBox.color( fl_rgb_color( 0,0,0 ) );
volBox.selection_color( FL_BLUE );
end(); // close the group