Make the playhead more visible.

pull/3/head
Jonathan Moore Liles 2008-04-19 00:30:41 -05:00
parent 77ac8a2c8e
commit 77ff82e9f4
1 changed files with 9 additions and 0 deletions

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