Browse Source

Make the playhead more visible.

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

+ 9
- 0
Timeline/Timeline.C View File

@@ -574,6 +574,15 @@ Timeline::draw_playhead ( void )
fl_rectf( x - 2, y, 5, 2 );

fl_line( x, y, x, h );

fl_color( fl_darker( FL_RED ) );

fl_line( x - 1, y, x - 1, h );

fl_color( FL_BLACK );

fl_line( x + 1, y, x + 1, h );

}

void


Loading…
Cancel
Save