This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Make the playhead more visible.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
77ac8a2c8e
commit
77ff82e9f4
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save