Add GPL header.

pull/3/head
Jonathan Moore Liles 2008-04-28 01:34:33 -05:00
parent 9f95f2b910
commit 21e8fab30f
1 changed files with 7 additions and 7 deletions

View File

@ -689,16 +689,16 @@ Region::draw ( void )
draw_label( _clip->name(), align() );
if ( current() )
{
/* draw length bubble */
/* if ( current() ) */
/* { */
/* /\* draw length bubble *\/ */
char pat[40];
/* char pat[40]; */
snprintf( pat, sizeof( pat ), "%dm:%.1fs", (int)(length() / timeline->sample_rate()) / 60, (double)length() / timeline->sample_rate() );
/* snprintf( pat, sizeof( pat ), "%dm:%.1fs", (int)(length() / timeline->sample_rate()) / 60, (double)length() / timeline->sample_rate() ); */
draw_label( pat, (Fl_Align)(FL_ALIGN_INSIDE | FL_ALIGN_CENTER), FL_GREEN );
}
/* draw_label( pat, (Fl_Align)(FL_ALIGN_INSIDE | FL_ALIGN_CENTER), FL_GREEN ); */
/* } */
fl_pop_clip();