Timeline: Use solid lines for drawing measure lines--they're way faster than dashed.

pull/3/head
Jonathan Moore Liles 2012-03-17 21:16:02 -07:00
parent 0c9ad88b4f
commit bc6f94e769
1 changed files with 1 additions and 1 deletions

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_DASH, 0 );
fl_line_style( FL_SOLID, 0 );
if ( bbt.beat )
++color;