Don't draw 'end' cursor, for now.

pull/3/head
Jonathan Moore Liles 2008-06-12 21:21:24 -05:00
parent a09c85f39e
commit c55b01dc68
1 changed files with 1 additions and 2 deletions

View File

@ -949,7 +949,6 @@ Timeline::draw ( void )
update_child( *vscroll );
draw_cursors();
}
done:
@ -1008,7 +1007,7 @@ void
Timeline::draw_playhead ( void )
{
draw_cursor( transport->frame, FL_RED, draw_full_arrow_symbol );
draw_cursor( length(), FL_BLACK, draw_full_arrow_symbol );
// draw_cursor( length(), FL_BLACK, draw_full_arrow_symbol );
}
void