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

This commit is contained in:
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 ); update_child( *vscroll );
draw_cursors(); draw_cursors();
} }
done: done:
@ -1008,7 +1007,7 @@ void
Timeline::draw_playhead ( void ) Timeline::draw_playhead ( void )
{ {
draw_cursor( transport->frame, FL_RED, draw_full_arrow_symbol ); 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 void