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
Draw playhead the same way, regardless of selection flag.
tags/non-sequencer-v1.9.4
Jonathan Moore Liles
17 years ago
parent
db1b2f63e7
commit
4515a3d9a4
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
gui/draw.C
+ 3
- 0
gui/draw.C
View File
@@ -173,7 +173,10 @@ gui_draw_shape ( int x, int y, int w, int h, int bw, int shape, int state, int f
return;
if ( flags & F_PLAYHEAD )
{
state = state == FULL ? HIT : PLAYHEAD;
flags &= ~ F_SELECTION;
}
if ( state == FULL && color )
fl_color( velocity_colors[ color ] );
Write
Preview
Loading…
Cancel
Save