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
commit
bc6f94e769
1 changed files with 1 additions and 1 deletions
  1. +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 *color = (Fl_Color*)arg;


fl_color( FL_BLACK ); fl_color( FL_BLACK );
fl_line_style( FL_DASH, 0 );
fl_line_style( FL_SOLID, 0 );


if ( bbt.beat ) if ( bbt.beat )
++color; ++color;


Loading…
Cancel
Save