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
Timeline: Use solid lines for drawing measure lines--they're way faster than dashed.
tags/non-daw-v1.2.0
Jonathan Moore Liles
13 years ago
parent
0c9ad88b4f
commit
bc6f94e769
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
timeline/src/Timeline.C
+ 1
- 1
timeline/src/Timeline.C
View File
@@ -698,7 +698,7 @@ draw_measure_cb ( nframes_t frame, const BBT &bbt, void *arg )
Fl_Color *color = (Fl_Color*)arg;
fl_color( FL_BLACK );
fl_line_style( FL_D
ASH
, 0 );
fl_line_style( FL_
SOLI
D, 0 );
if ( bbt.beat )
++color;
Write
Preview
Loading…
Cancel
Save