Browse Source

Timeline: display track names in panzoomer.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
3d3a248fe5
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      timeline/src/Timeline.C

+ 4
- 0
timeline/src/Timeline.C View File

@@ -1150,6 +1150,10 @@ Timeline::draw_thumbnail_view ( int X, int Y, int W, int H ) const
(*r)->actual_box_color());
}

fl_font( FL_HELVETICA, th );
fl_color( FL_FOREGROUND_COLOR );
fl_draw( t->name(), X, ty, W, th, (Fl_Align)(FL_ALIGN_LEFT | FL_ALIGN_INSIDE ));

ty += th;
}
}


Loading…
Cancel
Save