Browse Source

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

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
c55b01dc68
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Timeline/Timeline.C

+ 1
- 2
Timeline/Timeline.C 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


Loading…
Cancel
Save